Compartir a través de


PublishNotificationErrorEventArgs (Clase)

 

Proporciona datos para el evento de error de notificación de publicación.

Espacio de nombres:   Microsoft.Workflow.Client
Ensamblado:  Microsoft.Workflow.Client (en Microsoft.Workflow.Client.dll)

Jerarquía de herencia

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

Sintaxis

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

Constructores

Nombre Descripción
System_CAPS_pubmethod PublishNotificationErrorEventArgs(String, WorkflowNotification, Exception, Boolean)

Inicializa una nueva instancia de la clase PublishNotificationErrorEventArgs.

Propiedades

Nombre Descripción
System_CAPS_pubproperty Address

Obtiene o establece la dirección en la que se va a publicar.

System_CAPS_pubproperty Error

Obtiene o establece el error que causó la excepción.

System_CAPS_pubproperty Notification

Obtiene o establece la notificación que se va a publicar.

System_CAPS_pubproperty WillBeRetried

Obtiene o establece un valor que indica si la notificación de publicación se va a retirar.

Métodos

Nombre Descripción
System_CAPS_pubmethod Equals(Object)

(Heredado de Object.)

System_CAPS_protmethod Finalize()

(Heredado de Object.)

System_CAPS_pubmethod GetHashCode()

(Heredado de Object.)

System_CAPS_pubmethod GetType()

(Heredado de Object.)

System_CAPS_protmethod MemberwiseClone()

(Heredado de Object.)

System_CAPS_pubmethod ToString()

(Heredado de Object.)

Seguridad para subprocesos

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.

Vea también

Microsoft.Workflow.Client (Espacio de nombres)

Volver al principio