次の方法で共有


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

定義

ExceptionReceivedEventArgs クラスの新しいインスタンスを初期化します。

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

パラメーター

exception
Exception

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

action
String

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

endpoint
String

この例外が発生したときに使用されるエンドポイント。

entityName
String

この例外が発生したときに使用されるエンティティ パス。

clientId
String

クライアント ID を使用して、例外が QueueClient発生した 、 SubscriptionClientMessageSender または MessageReceiverに関連付けることができます。

適用対象