Amazon.Runtime.RetryPolicy.RetryForException C# (CSharp) Method

RetryForException() public abstract method

Return true if the request should be retried for the given exception.
public abstract RetryForException ( IExecutionContext executionContext, Exception exception ) : bool
executionContext IExecutionContext The execution context which contains both the /// requests and response context.
exception Exception The exception thrown by the previous request.
return bool
        public abstract bool RetryForException(IExecutionContext executionContext, Exception exception);