RetryingEventArgs(Int32, TimeSpan, Exception) Constructor

Definition

public RetryingEventArgs (int currentRetryCount, TimeSpan delay, Exception lastException);
new Microsoft.Rest.TransientFaultHandling.RetryingEventArgs : int * TimeSpan * Exception -> Microsoft.Rest.TransientFaultHandling.RetryingEventArgs
Public Sub New (currentRetryCount As Integer, delay As TimeSpan, lastException As Exception)

Parameters

currentRetryCount
Int32
delay
TimeSpan
lastException
Exception

Applies to