CommerceModuleDependencyException Constructor (String, String)
Initializes a new instance of the CommerceModuleDependencyException class with the specified module names.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Shared (in Microsoft.CommerceServer.Shared.dll)
Syntax
'Declaration
Public Sub New ( _
missingModule As String, _
dependentModule As String _
)
'Usage
Dim missingModule As String
Dim dependentModule As String
Dim instance As New CommerceModuleDependencyException(missingModule, _
dependentModule)
public CommerceModuleDependencyException(
string missingModule,
string dependentModule
)
public:
CommerceModuleDependencyException(
String^ missingModule,
String^ dependentModule
)
public function CommerceModuleDependencyException(
missingModule : String,
dependentModule : String
)
Parameters
- missingModule
Type: System..::.String
The missing module.
- dependentModule
Type: System..::.String
The dependent module.
Remarks
An exception that is thrown when a required module has not been configured.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CommerceModuleDependencyException Class
CommerceModuleDependencyException Members