InvalidCatalogOperationException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the InvalidCatalogOperationException class.
Overload List
Name | Description | |
---|---|---|
InvalidCatalogOperationException()()() | Initializes a new instance of the InvalidCatalogOperationException class. | |
InvalidCatalogOperationException(String) | Initializes a new instance of the InvalidCatalogOperationException class with the specified error message. | |
InvalidCatalogOperationException(SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidCatalogOperationException class with the specified serialization and streaming context information. | |
InvalidCatalogOperationException(String, Exception) | Initializes a new instance of the InvalidCatalogOperationException class with the specified error message and inner exception that caused the current exception. | |
InvalidCatalogOperationException(String, String, String) | Initializes a new instance of the InvalidCatalogOperationException class with the specified error message and parameters. | |
InvalidCatalogOperationException(String, String, String, Exception) | Initializes a new instance of the InvalidCatalogOperationException class with the specified error message, parameters, and inner exception. |
Top
Remarks
The exception that is thrown when an invalid operation is attempted.
All catalog exceptions, including the InvalidCatalogOperationException are derived from the CatalogException class.
See Also
Reference
InvalidCatalogOperationException Class