Class RetryExecutionFailedException
This exception is thrown by ExecuteAsync<T>(IRetryPolicy.RetriedOperation<T>, IRetryPolicy.ShouldRetryChecker<T>, CancellationToken, IProgress<RetryQueuedProgress>) when a critical exception (passed as innerException) occurs during execution of the retry policy.
Inherited Members
Namespace: Unity.Cloud.Common
Syntax
[Serializable]
public class RetryExecutionFailedException : Exception, ISerializable, _Exception
Constructors
RetryExecutionFailedException(Exception)
Default constructor.
Declaration
public RetryExecutionFailedException(Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
Exception | innerException | The inner exception that triggered this failure of retry execution. |
RetryExecutionFailedException(SerializationInfo, StreamingContext)
Declaration
protected RetryExecutionFailedException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |