ExpressionValidationException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the ExpressionValidationException class.
Overload List
Name | Description | |
---|---|---|
ExpressionValidationException()()() | Initializes a new instance of the ExpressionValidationException class. | |
ExpressionValidationException(String) | Initializes a new instance of the ExpressionValidationException class with a specified error message. | |
ExpressionValidationException(SerializationInfo, StreamingContext) | Initializes a new instance of the ExpressionValidationException class with specified serialization and streaming context information. | |
ExpressionValidationException(String, Exception) | Initializes a new instance of the ExpressionValidationException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Top
Remarks
The ExpressionValidationException is the exception that is thrown when an expression does not pass simple validations. The validation makes sure that an expression uses the correct number and type of operands for each term or clause operator used.
See Also
Reference
ExpressionValidationException Class