ExceptionReceivedEventArgs(Exception, String) Constructeur

Définition

Initialise une nouvelle instance de la 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)

Paramètres

exception
Exception

Exception à laquelle ces données d’événement appartiennent.

action
String

Action associée à l’événement.

S’applique à