你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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