Compartir a través de


ResponseClassifier.IsRetriableException(Exception) Método

Definición

Especifica si se debe reintentar la operación que provocó la excepción.

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

Parámetros

exception
Exception

Devoluciones

Se aplica a