RetryPolicy.IsRetryableException(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether it is permissible to retry after the specified exception.
protected abstract bool IsRetryableException (Exception lastException);
abstract member IsRetryableException : Exception -> bool
Protected MustOverride Function IsRetryableException (lastException As Exception) As Boolean
Parameters
- lastException
- Exception
The latest occurred exception.
Returns
If this method returns false, no retry occurs. Otherwise, the OnShouldRetry(TimeSpan, Int32, TimeSpan) method determines when to retry.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.