次の方法で共有


ExceptionReceivedEventArgs(Exception, String) コンストラクター

定義

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)

パラメーター

exception
Exception

このイベント データが属する例外。

action
String

イベントに関連付けられたアクション。

適用対象