Skip to content
Auto
Products

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.Exception

Inheritance: Exception → ExpressionParserException

The exception that is thrown when an expression cannot be parsed or bound.

public ExpressionParserException(string message)
  • message string
    The message that describes the error.