RetryLimitExceededException Class
The special type of exception that provides managed exit from a retry loop. The user code can use this exception to notify the retry policy that no further retry attempts are required.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
System.Exception
Microsoft.WindowsAzure.Common.TransientFaultHandling.RetryLimitExceededException
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | ToString() | (Inherited from Exception.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=vb)
.jpeg?cs-save-lang=1&cs-lang=vb)