RetryLimitExceededException Constructor (String, Exception)

 

Initializes a new instance of the RetryLimitExceededException class with a specified error message and inner exception.

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

public RetryLimitExceededException(
	string message,
	Exception innerException
)

Parameters

message
Type: System.String

The message that describes the error.

innerException
Type: System.Exception

The exception that is the cause of the current exception.

Return to top
Show: