ClassExpressionParserError
Class
Represents an error that occurs when an expression is parsed.
Definition
Namespace:Telerik.Expressions
Assembly:Telerik.Windows.Data.dll
Syntax:
cs-api-definition
public class ExpressionParserError
Inheritance: objectExpressionParserError
Constructors
ExpressionParserError(ExpressionLocation, ExpressionLocation, string)
Initializes a new instance of the ExpressionParserError class.
Declaration
cs-api-definition
public ExpressionParserError(ExpressionLocation start, ExpressionLocation end, string message)
Parameters
start
The start location of the error.
end
The end location of the error.
message
The error message.