Search Results for

    Show / Hide Table of Contents

    Class EPLError

    EPL-Editor instance

    Inheritance
    System.Object
    EPLError
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.EPLEditor
    Assembly: Simplic.EPLEditor.dll
    Syntax
    public class EPLError

    Properties

    | Improve this Doc View Source

    Index

    Index of the token/error

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Length

    Length of the token/error

    Declaration
    public int Length { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Line

    Line number

    Declaration
    public int Line { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Message

    Message

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Text

    Error message

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx