RetryingEventArgs Constructor (Int32, TimeSpan, Exception^)

 

Initializes a new instance of the RetryingEventArgs class.

Namespace:   Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public:
RetryingEventArgs(
	int currentRetryCount,
	TimeSpan delay,
	Exception^ lastException
)

Parameters

currentRetryCount
Type: System::Int32

The current retry attempt count.

delay
Type: System::TimeSpan

The delay that indicates how long the current thread will be suspended before the next iteration is invoked.

lastException
Type: System::Exception^

The exception that caused the retry conditions to occur.

Return to top
Show: