Share via


PublishNotificationErrorEventArgs Constructor (String, WorkflowNotification, Exception, Boolean)

 

Initializes a new instance of the PublishNotificationErrorEventArgs class.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

public PublishNotificationErrorEventArgs(
    string address,
    WorkflowNotification notification,
    Exception error,
    bool willBeRetried
)
public:
PublishNotificationErrorEventArgs(
    String^ address,
    WorkflowNotification^ notification,
    Exception^ error,
    bool willBeRetried
)
new : 
        address:string *
        notification:WorkflowNotification *
        error:Exception *
        willBeRetried:bool -> PublishNotificationErrorEventArgs
Public Sub New (
    address As String,
    notification As WorkflowNotification,
    error As Exception,
    willBeRetried As Boolean
)

Parameters

  • address
    Type: System.String

    The address where the notification will be published.

  • willBeRetried
    Type: System.Boolean

    true to retire publish notification; otherwise, false.

See Also

PublishNotificationErrorEventArgs Class
Microsoft.Workflow.Client Namespace

Return to top