Partilhar via


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

See Also

Reference

CommerceModuleDependencyException Class

CommerceModuleDependencyException Members

CommerceModuleDependencyException Overload

Microsoft.CommerceServer.Runtime Namespace