Share via


ExceptionReceivedEventArgs(Exception, String) Construtor

Definição

Inicializa uma nova instância da classe 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

A exceção à qual esses dados de evento pertencem.

action
String

A ação associada ao evento.

Aplica-se a