RetryLimitExceededException Constructor
Namespace:
Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
| Name | Description | |
|---|---|---|
![]() | RetryLimitExceededException() | Initializes a new instance of the RetryLimitExceededException class with a default error message. |
![]() | RetryLimitExceededException(Exception) | Initializes a new instance of the RetryLimitExceededException class with a reference to the inner exception that is the cause of this exception. |
![]() | RetryLimitExceededException(String) | Initializes a new instance of the RetryLimitExceededException class with a specified error message. |
![]() | RetryLimitExceededException(String, Exception) | Initializes a new instance of the RetryLimitExceededException class with a specified error message and inner exception. |
Show:
