ExpressionValidationException Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The exception that is thrown when an expression does not pass simple validations.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ExpressionValidationException _
Inherits Exception _
Implements ISerializable
'Usage
Dim instance As ExpressionValidationException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class ExpressionValidationException : Exception, ISerializable
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ExpressionValidationException : public Exception,
ISerializable
public class ExpressionValidationException extends Exception implements ISerializable
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.
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer.Marketing..::.ExpressionValidationException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.