PublishNotificationErrorEventArgs Class

 

Provides data for the publish notification error event.

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

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Workflow.Client.PublishNotificationErrorEventArgs

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod PublishNotificationErrorEventArgs(String, WorkflowNotification, Exception, Boolean)

Initializes a new instance of the PublishNotificationErrorEventArgs class.

Properties

Name Description
System_CAPS_pubproperty Address

Gets or sets the address to publish to.

System_CAPS_pubproperty Error

Gets or sets the error that caused the exception.

System_CAPS_pubproperty Notification

Gets or sets the notification to publish.

System_CAPS_pubproperty WillBeRetried

Gets or sets a value that indicates whether publish notification will be retired.

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