RetryLimitExceededException Constructor

 

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

NameDescription
System_CAPS_pubmethodRetryLimitExceededException()

Initializes a new instance of the RetryLimitExceededException class with a default error message.

System_CAPS_pubmethodRetryLimitExceededException(Exception)

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

System_CAPS_pubmethodRetryLimitExceededException(String)

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

System_CAPS_pubmethodRetryLimitExceededException(String, Exception)

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

Return to top
Show: