[]
Represents an exception that is thrown when an invalid boolean literal is used in an ExpressionInfo property.
public class InvalidBooleanExpressionException : Exception, ISerializable
| Name | Description |
|---|---|
| InvalidBooleanExpressionException() | Initializes a new instance of the InvalidBooleanExpressionException class. |
| InvalidBooleanExpressionException(SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidBooleanExpressionException class using a serialized data. |
| InvalidBooleanExpressionException(string) | Initializes a new instance of the InvalidBooleanExpressionException class using a specified error message. |
| InvalidBooleanExpressionException(string, Exception) | Initializes a new instance of the InvalidBooleanExpressionException class using a specified error message and a reference to the inner exception that caused this exception. |