RetryLimitExceededException Constructor (Exception)

 

Initializes a new instance of the RetryLimitExceededException class with a reference to the inner exception that is the cause of this exception.

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

public RetryLimitExceededException(
	Exception innerException
)

Parameters

innerException
Type: System.Exception

The exception that is the cause of the current exception.

Return to top
Show: