ServiceRemotingExceptionHandler クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リモート インターフェイスを介したサービス ファブリック サービスとの通信で発生する例外の処理を提供します。
public class ServiceRemotingExceptionHandler : Microsoft.ServiceFabric.Services.Communication.Client.IExceptionHandler
type ServiceRemotingExceptionHandler = class
interface IExceptionHandler
Public Class ServiceRemotingExceptionHandler
Implements IExceptionHandler
- 継承
-
ServiceRemotingExceptionHandler
- 実装
注釈
例外は、次の説明に従って処理されます。
次の例外は、サービスのフェールオーバーを示しています。 これらの例外は、 メソッドから TryHandleException(ExceptionInformation, OperationRetrySettings, ExceptionHandlingResult) を返すことによってExceptionHandlingRetryResult処理されます。 IsTransientの ExceptionHandlingRetryResult プロパティは false に設定され、 RetryDelay プロパティは にランダムな値にMaxRetryBackoffIntervalOnNonTransientErrors設定され、 MaxRetryCount プロパティは にMaxValue設定されます。
| |
次の例外は、一時的なエラー状態を示し、 メソッドからTryHandleException(ExceptionInformation, OperationRetrySettings, ExceptionHandlingResult)をExceptionHandlingRetryResult返すことによって処理されます。 IsTransientの ExceptionHandlingRetryResult プロパティは true に設定され、RetryDelayプロパティは にランダムな値にMaxRetryBackoffIntervalOnTransientErrors設定され、MaxRetryCountプロパティは にMaxValue設定されます。 |
コンストラクター
ServiceRemotingExceptionHandler() |
既定のトレース ID を使用して、 ServiceRemotingExceptionHandler クラスの新しいインスタンスを初期化します。 |
ServiceRemotingExceptionHandler(String) |
指定したトレース ID を使用して、 ServiceRemotingExceptionHandler クラスの新しいインスタンスを初期化します。 |
明示的なインターフェイスの実装
IExceptionHandler.TryHandleException(ExceptionInformation, OperationRetrySettings, ExceptionHandlingResult) |
例外を調べて、その例外を処理する方法を決定します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET