RetryPolicy.IsRetryableException(Exception) Method

Definition

Determines whether or not the exception can be retried.

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

Parameters

exception
Exception

Returns

A bool indicating whether or not the operation can be retried.

Applies to