Class ExpressionParserException
Represents an error that occurs during parsing of an expression.
Inheritance
Namespace: Telerik.Expressions
Assembly: Telerik.Windows.Data.dll
Syntax
public class ExpressionParserException : Exception
Constructors
ExpressionParserException()
Initializes a new instance of the Expression
Declaration
public ExpressionParserException()
ExpressionParserException(IEnumerable<ExpressionParserError>)
Initializes a new instance of the Expression
Declaration
public ExpressionParserException(IEnumerable<ExpressionParserError> errors)
Parameters
System.
|
ExpressionParserException(SerializationInfo, StreamingContext)
Initializes a new instance of the Expression
Declaration
protected ExpressionParserException(SerializationInfo info, StreamingContext context)
Parameters
System. The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown. |
System. The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination. |
ExpressionParserException(String)
Initializes a new instance of the Expression
Declaration
public ExpressionParserException(string message)
Parameters
System. The exception message. |
ExpressionParserException(String, Exception)
Initializes a new instance of the Expression
Declaration
public ExpressionParserException(string message, Exception innerException)
Parameters
System. The exception message. |
System. The inner exception. |
Properties
Errors
Gets the errors that occurred while attempting to parse an expression.
Declaration
public IEnumerable<ExpressionParserError> Errors { get; }
Property Value
System.
|
Methods
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
System.
|
System.
|