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
ms989392.pubmethod(en-US,CS.70).gif ExpressionValidationException()()() Initializes a new instance of the ExpressionValidationException class.
ms989392.pubmethod(en-US,CS.70).gif ExpressionValidationException(String) Initializes a new instance of the ExpressionValidationException class with a specified error message.
ms989392.protmethod(en-US,CS.70).gif ExpressionValidationException(SerializationInfo, StreamingContext) Initializes a new instance of the ExpressionValidationException class with specified serialization and streaming context information.
ms989392.pubmethod(en-US,CS.70).gif 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

ExpressionValidationException Members

Microsoft.CommerceServer.Marketing Namespace