RetryPolicy.IsRetryableException(Exception) Method

Definition

Determines whether or not the exception can be retried.

public static bool IsRetryableException (Exception exception);
static member IsRetryableException : Exception -> bool
Public Shared Function IsRetryableException (exception As Exception) As Boolean

Parameters

exception
Exception

Returns

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

Applies to