ResponseClassifier.IsRetriableException(Exception) メソッド

定義

例外の原因となった操作を再試行するかどうかを指定します。

public virtual bool IsRetriableException (Exception exception);
abstract member IsRetriableException : Exception -> bool
override this.IsRetriableException : Exception -> bool
Public Overridable Function IsRetriableException (exception As Exception) As Boolean

パラメーター

exception
Exception

戻り値

適用対象