Share via


MediaErrorDetectionStrategy.IsRetriableDataServiceException Method

Definition

protected bool IsRetriableDataServiceException (Exception ex, bool operationIdempotentOnRetry, bool retryOnUnauthorizedErrors);
member this.IsRetriableDataServiceException : Exception * bool * bool -> bool
Protected Function IsRetriableDataServiceException (ex As Exception, operationIdempotentOnRetry As Boolean, retryOnUnauthorizedErrors As Boolean) As Boolean

Parameters

operationIdempotentOnRetry
Boolean
retryOnUnauthorizedErrors
Boolean

Returns

Applies to