Partager via


PublishNotificationErrorEventArgs, classe

 

Fournit des données pour l'événement d'erreur de notification de publication.

Espace de noms:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (dans Microsoft.Workflow.Client.dll)

Hiérarchie d'héritage

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

Syntaxe

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

Constructeurs

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

Initialise une nouvelle instance de la classe PublishNotificationErrorEventArgs.

Propriétés

Nom Description
System_CAPS_pubproperty Address

Obtient ou définit l'adresse vers laquelle effectuer la publication.

System_CAPS_pubproperty Error

Obtient ou définit l'erreur ayant provoqué l'exception.

System_CAPS_pubproperty Notification

Obtient ou définit la notification à publier.

System_CAPS_pubproperty WillBeRetried

Obtient ou définit une valeur qui indique si la notification de publication est mise hors service.

Méthodes

Nom Description
System_CAPS_pubmethod Equals(Object)

(Hérité de Object.)

System_CAPS_protmethod Finalize()

(Hérité de Object.)

System_CAPS_pubmethod GetHashCode()

(Hérité de Object.)

System_CAPS_pubmethod GetType()

(Hérité de Object.)

System_CAPS_protmethod MemberwiseClone()

(Hérité de Object.)

System_CAPS_pubmethod ToString()

(Hérité de Object.)

Sécurité des threads

Tous les membres statiques (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Microsoft.Workflow.Client, espace de noms

Retour au début