Compartir a través de


ExceptionReceivedEventArgs(Exception, String) Constructor

Definición

Inicializa una nueva instancia de la clase ExceptionReceivedEventArgs.

public ExceptionReceivedEventArgs (Exception exception, string action);
new Microsoft.ServiceBus.Messaging.ExceptionReceivedEventArgs : Exception * string -> Microsoft.ServiceBus.Messaging.ExceptionReceivedEventArgs
Public Sub New (exception As Exception, action As String)

Parámetros

exception
Exception

Excepción a la que pertenecen estos datos de evento.

action
String

Acción asociada al evento.

Se aplica a