CommerceModuleDependencyException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the CommerceModuleDependencyException class.
Overload List
Name | Description | |
---|---|---|
CommerceModuleDependencyException()()() | Initializes a new instance of the CommerceModuleDependencyException class. | |
CommerceModuleDependencyException(String) | Initializes a new instance of the CommerceModuleDependencyException class with the specified error message. | |
CommerceModuleDependencyException(SerializationInfo, StreamingContext) | Initializes a new instance of the CommerceModuleDependencyException class with the specified serialization and streaming context info. | |
CommerceModuleDependencyException(String, Exception) | Initializes a new instance of the CommerceModuleDependencyException class with the specified error message and inner exception. | |
CommerceModuleDependencyException(String, String) | Initializes a new instance of the CommerceModuleDependencyException class with the specified module names. |
Top
Remarks
An exception that is thrown when a required module has not been configured.
See Also
Reference
CommerceModuleDependencyException Class