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 | |
---|---|---|
![]() |
ValidationException()()() | Initializes a new instance of the ValidationException class. |
![]() |
ValidationException(String) | Initializes a new instance of the ValidationException class with the specified error message. |
![]() |
ValidationException(SerializationInfo, StreamingContext) | Initializes a new instance of the ValidationException class with the specified serialization and streaming context information. |
![]() |
ValidationException(String, Exception) | Initializes a new instance of the ValidationException class with the specified error message and inner exception. |
![]() |
ValidationException(String, String, String, String) | Initializes a new instance of the ValidationException class with the specified error message and parameters. |
![]() |
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.