In This Topic
The following tables list the members exposed by ErrorInfo.
Public Properties
| 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. |
Top
Public Methods
| Name | Description |
| Equals | Determines whether the specified ErrorInfo is equal to the current ErrorInfo. |
| GetHashCode | Serves as a hash function for a particular type. |
Top
See Also