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