CommerceCreateObjectException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the CommerceCreateObjectException class.
Overload List
Name | Description | |
---|---|---|
CommerceCreateObjectException()()() | Initializes a new instance of the CommerceCreateObjectException class. | |
CommerceCreateObjectException(String) | Initializes a new instance of the CommerceCreateObjectException class with the specified error message. | |
CommerceCreateObjectException(SerializationInfo, StreamingContext) | Initializes a new instance of the CommerceCreateObjectException class with the specified serialization information and streaming context. | |
CommerceCreateObjectException(String, Exception) | Initializes a new instance of the CommerceCreateObjectException class with the specified error message and inner exception. | |
CommerceCreateObjectException(String, COMException) | Initializes a new instance of the CommerceCreateObjectException class with the specified error message and inner COM exception. |
Top
Remarks
Use this method to create a new instance of the CommerceCreateObjectException class, the exception that is raised when a COM object could not be created.
See Also
Reference
CommerceCreateObjectException Class