The IExpressionErrorInfo interface contains properties that are used to get information on errors that occur when parsing an incorrect expression.
Property name | Brief description | |
ErrorMessage | The ErrorMessage property returns message with an error occurred when parsing the expression. | |
Exception | The Exception property returns an error that occurred when parsing the expression. | |
Position | The Position property returns the number of end position of the element that caused error in the expression. |
See also: