CommerceException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the CommerceException class.
Overload List
Name | Description | |
---|---|---|
CommerceException()()() | Initializes a new instance of the CommerceException class. | |
CommerceException(String) | Initializes a new instance of the CommerceException class with the specified error message. | |
CommerceException(SerializationInfo, StreamingContext) | Initializes a new instance of the CommerceException class with the specified serialization info and streaming context. | |
CommerceException(String, Exception) | Initializes a new instance of the CommerceException class with the specified error message and inner exception. | |
CommerceException(String, COMException) | Initializes a new instance of the CommerceException class with the specified error message and inner COM exception. |
Top
Remarks
Use this method to create a new instance of the CommerceException class, the base type for Commerce Server exceptions.