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 SourceIndex
Index of the token/error
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Length
Length of the token/error
Declaration
public int Length { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Line
Line number
Declaration
public int Line { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Message
Message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Error message
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String |