ExpressionParserException
Namespace: TagBites.Expressions
Assembly: TagBites.Expressions.dll
Product: TagBites.Expressions v. 1.5.0
The exception that is thrown when an expression cannot be parsed or bound.
public sealed class ExpressionParserException : System.ExceptionInheritance: Exception → ExpressionParserException
Constructors
Section titled “Constructors”ExpressionParserException(string)
Section titled “ExpressionParserException(string)”The exception that is thrown when an expression cannot be parsed or bound.
public ExpressionParserException(string message)Parameters
Section titled “Parameters”messagestring
The message that describes the error.