Represents an error that occurs during parsing of an expression.
Definition
Namespace:Telerik.Expressions
Assembly:Telerik.Windows.Data.dll
Syntax:
public class ExpressionParserException : Exception, ISerializable
Inheritance: objectExceptionExpressionParserException
Implements:
Inherited Members
Constructors
Initializes a new instance of the ExpressionParserException class.
public ExpressionParserException()
Initializes a new instance of the ExpressionParserException class.
public ExpressionParserException(IEnumerable<ExpressionParserError> errors)
Initializes a new instance of the ExpressionParserException class.
protected ExpressionParserException(SerializationInfo info, StreamingContext context)
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
contextStreamingContextThe System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
Initializes a new instance of the ExpressionParserException class.
Initializes a new instance of the ExpressionParserException class.
Properties
Gets the errors that occurred while attempting to parse an expression.
public IEnumerable<ExpressionParserError> Errors { get; }
Methods
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Overrides: