Share via


PublisherErrorEventArgs Class

 

Provides data for the publisher error event.

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

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Workflow.Client.PublisherErrorEventArgs

Syntax

public class PublisherErrorEventArgs : EventArgs
public ref class PublisherErrorEventArgs : EventArgs
type PublisherErrorEventArgs = 
    class
        inherit EventArgs
    end
Public Class PublisherErrorEventArgs
    Inherits EventArgs

Constructors

Name Description
System_CAPS_pubmethod PublisherErrorEventArgs(Exception)

Initializes a new instance of the PublisherErrorEventArgs class.

Properties

Name Description
System_CAPS_pubproperty Error

Gets or sets the exception to throw when errors occur in the event.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Workflow.Client Namespace

Return to top