NotificationException Constructor (String, String, Exception)

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, _
    message As String, _
    inner As Exception _
)
'Usage
Dim errorResourceId As String
Dim message As String
Dim inner As Exception

Dim instance As New NotificationException(errorResourceId, _
    message, inner)
public NotificationException(
    string errorResourceId,
    string message,
    Exception inner
)
public:
NotificationException(
    String^ errorResourceId, 
    String^ message, 
    Exception^ inner
)

Parameters

See Also

Reference

NotificationException Class

NotificationException Overload

Microsoft.Dynamics.Commerce.Runtime Namespace