次の方法で共有


CommunicationClientFactoryBase<TCommunicationClient>.ExceptionHandlers プロパティ

定義

クライアントからサービスへの通信チャネルで例外を処理するためのカスタム例外ハンドラーを取得します。

public System.Collections.Generic.IEnumerable<Microsoft.ServiceFabric.Services.Communication.Client.IExceptionHandler> ExceptionHandlers { get; }
member this.ExceptionHandlers : seq<Microsoft.ServiceFabric.Services.Communication.Client.IExceptionHandler>
Public ReadOnly Property ExceptionHandlers As IEnumerable(Of IExceptionHandler)

プロパティ値

例外ハンドラーの一覧

適用対象