PublisherErrorEventArgs Constructor (Exception)

 

Initializes a new instance of the PublisherErrorEventArgs class.

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

Syntax

public PublisherErrorEventArgs(
    Exception error
)
public:
PublisherErrorEventArgs(
    Exception^ error
)
new : 
        error:Exception -> PublisherErrorEventArgs
Public Sub New (
    error As Exception
)

Parameters

See Also

PublisherErrorEventArgs Class
Microsoft.Workflow.Client Namespace

Return to top