Share via


ResponseClassifier.IsRetriableException(Exception) Method

Definition

Specifies if the operation that caused the exception should be retried.

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

Parameters

exception
Exception

Returns

Applies to