ExceptionHandlingRetryResult コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ExceptionHandlingRetryResult(Exception, Boolean, OperationRetrySettings, Int32)
ExceptionHandlingRetryResult クラスの新しいインスタンスを初期化します。
public ExceptionHandlingRetryResult (Exception exception, bool isTransient, Microsoft.ServiceFabric.Services.Communication.Client.OperationRetrySettings retrySettings, int maxRetryCount);
new Microsoft.ServiceFabric.Services.Communication.Client.ExceptionHandlingRetryResult : Exception * bool * Microsoft.ServiceFabric.Services.Communication.Client.OperationRetrySettings * int -> Microsoft.ServiceFabric.Services.Communication.Client.ExceptionHandlingRetryResult
Public Sub New (exception As Exception, isTransient As Boolean, retrySettings As OperationRetrySettings, maxRetryCount As Integer)
パラメーター
- exception
- Exception
再試行する必要がある例外。
- isTransient
- Boolean
これが一時的に再トリガー可能な例外かどうかを示します。 一時的に再トリトリブルな例外は、クライアントからサービスへの通信チャネルがまだ存在する例外です。 一時的に再試行できない例外は、再試行する前にサービス エンドポイントを再解決する必要がある例外です。
- retrySettings
- OperationRetrySettings
再試行の前に待機する間隔が計算される retrySettings。
- maxRetryCount
- Int32
exceptionId パラメーターで識別された例外を再試行する必要がある最大回数。
適用対象
ExceptionHandlingRetryResult(Exception, Boolean, TimeSpan, Int32)
ExceptionHandlingRetryResult クラスの新しいインスタンスを初期化します。
public ExceptionHandlingRetryResult (Exception exception, bool isTransient, TimeSpan retryDelay, int maxRetryCount);
new Microsoft.ServiceFabric.Services.Communication.Client.ExceptionHandlingRetryResult : Exception * bool * TimeSpan * int -> Microsoft.ServiceFabric.Services.Communication.Client.ExceptionHandlingRetryResult
Public Sub New (exception As Exception, isTransient As Boolean, retryDelay As TimeSpan, maxRetryCount As Integer)
パラメーター
- exception
- Exception
再試行する必要がある例外。
- isTransient
- Boolean
これが一時的に再トリガー可能な例外かどうかを示します。 一時的に再トリトリブルな例外は、クライアントからサービスへの通信チャネルがまだ存在する例外です。 一時的に再試行できない例外は、再試行する前にサービス エンドポイントを再解決する必要がある例外です。
- retryDelay
- TimeSpan
再試行する前に待機する間隔
- maxRetryCount
- Int32
例外パラメーターで指定された例外を再試行する必要がある最大回数。
適用対象
ExceptionHandlingRetryResult(String, Boolean, TimeSpan, Int32)
ExceptionHandlingRetryResult クラスの新しいインスタンスを初期化します。
public ExceptionHandlingRetryResult (string exceptionId, bool isTransient, TimeSpan retryDelay, int maxRetryCount);
new Microsoft.ServiceFabric.Services.Communication.Client.ExceptionHandlingRetryResult : string * bool * TimeSpan * int -> Microsoft.ServiceFabric.Services.Communication.Client.ExceptionHandlingRetryResult
Public Sub New (exceptionId As String, isTransient As Boolean, retryDelay As TimeSpan, maxRetryCount As Integer)
パラメーター
- exceptionId
- String
再試行する必要がある例外の識別子。
- isTransient
- Boolean
これが一時的に再トリガー可能な例外かどうかを示します。 一時的に再トリトリブルな例外は、クライアントからサービスへの通信チャネルがまだ存在する例外です。 一時的に再試行できない例外は、再試行する前にサービス エンドポイントを再解決する必要がある例外です。
- retryDelay
- TimeSpan
再試行する前に待機する間隔
- maxRetryCount
- Int32
exceptionId パラメーターで識別された例外を再試行する必要がある最大回数。
適用対象
Azure SDK for .NET