[]
Provides a information about error of evaluating or parsing.
public abstract class ErrorInfo
Name | Description |
---|---|
ErrorInfo() |
Name | Description |
---|---|
FullMessage | Gets a full message with a information about error, can contain: position, length and etc. |
Length | Gets a value that indicates a length of error. This value is used for underline errors. |
Message | Gets a message with a information about error. |
Position | Gets a value that indicates a position of error. |
Name | Description |
---|---|
Equals(object) | Determines whether the specified ErrorInfo is equal to the current ErrorInfo. |
GetHashCode() | Serves as a hash function for a particular type. |