CommerceResourceDependencyException Constructor (String)

Initializes a new instance of the CommerceResourceDependencyException 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 CommerceResourceDependencyException(msg)
public CommerceResourceDependencyException(
    string msg
)
public:
CommerceResourceDependencyException(
    String^ msg
)
public function CommerceResourceDependencyException(
    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 resource does not exist in the Commerce Server administration database.

Permissions

See Also

Reference

CommerceResourceDependencyException Class

CommerceResourceDependencyException Members

CommerceResourceDependencyException Overload

Microsoft.CommerceServer.Runtime Namespace