Compartir a través de


RetryingEventArgs(Int32, TimeSpan, Exception) Constructor

Definición

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)

Parámetros

currentRetryCount
Int32
delay
TimeSpan
lastException
Exception

Se aplica a