[]
Provides a information about error of evaluating or parsing.
public class ScriptErrorInfo : ErrorInfo
Name | Description |
---|---|
ScriptErrorInfo(int, int, ErrorType) | Initializes a new instance of the ScriptErrorInfo with the specified position, length and type of error. |
Name | Description |
---|---|
FullMessage | Gets a full message with a information about error, contains: position and message. |
Message | Gets a message with a information about error. |
Type | Gets a value that indicates a ErrorType of error. |
Name | Description |
---|---|
Equals(object) | Determines whether the specified ScriptErrorInfo is equal to the current ScriptErrorInfo. |
GetHashCode() | Serves as a hash function for a particular type. |