ClassExpressionParserException
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
ExpressionParserException()
Initializes a new instance of the ExpressionParserException class.
Declaration
public ExpressionParserException()
ExpressionParserException(IEnumerable<ExpressionParserError>)
Initializes a new instance of the ExpressionParserException class.
Declaration
public ExpressionParserException(IEnumerable<ExpressionParserError> errors)
Parameters
errors
ExpressionParserException(SerializationInfo, StreamingContext)
Initializes a new instance of the ExpressionParserException class.
Declaration
protected ExpressionParserException(SerializationInfo info, StreamingContext context)
Parameters
info
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
context
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
ExpressionParserException(string)
Initializes a new instance of the ExpressionParserException class.
Declaration
public ExpressionParserException(string message)
Parameters
message
The exception message.
ExpressionParserException(string, Exception)
Initializes a new instance of the ExpressionParserException class.
Properties
Errors
Gets the errors that occurred while attempting to parse an expression.
Declaration
public IEnumerable<ExpressionParserError> Errors { get; }
Property Value
Methods
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
info
context
Overrides