Class FdoParseErrorMessage
A parse error message
Inheritance
System.Object
FdoParseErrorMessage
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.FDO.Expressions
Assembly: OSGeo.FDO.Expressions.dll
Syntax
public class FdoParseErrorMessage
Properties
| Improve this Doc View SourceColumn
The column number of the source of the offending parse error
Declaration
public int Column { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
LineNumber
The line number of the source of the offending parse error
Declaration
public int LineNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Message
The parse error message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String |