NotificationException Constructor (String)

Initializes a new instance of the NotificationException class.

Namespace:  Microsoft.Dynamics.Commerce.Runtime
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Sub New ( _
    errorResourceId As String _
)
'Usage
Dim errorResourceId As String

Dim instance As New NotificationException(errorResourceId)
public NotificationException(
    string errorResourceId
)
public:
NotificationException(
    String^ errorResourceId
)

Parameters

See Also

Reference

NotificationException Class

NotificationException Overload

Microsoft.Dynamics.Commerce.Runtime Namespace