CommerceModuleDependencyException Constructor (String)
Initializes a new instance of the CommerceModuleDependencyException class with the specified error message.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Shared (in Microsoft.CommerceServer.Shared.dll)
Syntax
'Declaration
Public Sub New ( _
msg As String _
)
'Usage
Dim msg As String
Dim instance As New CommerceModuleDependencyException(msg)
public CommerceModuleDependencyException(
string msg
)
public:
CommerceModuleDependencyException(
String^ msg
)
public function CommerceModuleDependencyException(
msg : String
)
Parameters
- msg
Type: System..::.String
The error message that explains the reason for the exception.
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