ExceptionReceivedEventArgs(Exception, String) Constructor

Definition

Initializes a new instance of the ExceptionReceivedEventArgs class.

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)

Parameters

exception
Exception

The exception that this event data belongs to.

action
String

The action associated with the event.

Applies to