Share via


ValidationException Constructor

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Initializes a new instance of the ValidationException class.

Overload List

  Name Description
ms988325.pubmethod(en-US,CS.70).gif ValidationException()()() Initializes a new instance of the ValidationException class.
ms988325.pubmethod(en-US,CS.70).gif ValidationException(String) Initializes a new instance of the ValidationException class with the specified error message.
ms988325.protmethod(en-US,CS.70).gif ValidationException(SerializationInfo, StreamingContext) Initializes a new instance of the ValidationException class with the specified serialization and streaming context information.
ms988325.pubmethod(en-US,CS.70).gif ValidationException(String, Exception) Initializes a new instance of the ValidationException class with the specified error message and inner exception.
ms988325.pubmethod(en-US,CS.70).gif ValidationException(String, String, String, String) Initializes a new instance of the ValidationException class with the specified error message and parameters.
ms988325.pubmethod(en-US,CS.70).gif ValidationException(String, String, String, String, Exception) Initializes a new instance of the ValidationException class with the specified error message, parameters, and inner exception.

Top

Remarks

All catalog exceptions, including the ValidationException are derived from the CatalogException class. When a validation is performed using invalid values, the ValidationException is thrown.

See Also

Reference

ValidationException Class

ValidationException Members

Microsoft.CommerceServer.Catalog Namespace