RetryLimitExceededException Class

 
Note: This API is now obsolete.

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.

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

System::Object
  System::Exception
    Microsoft.WindowsAzure.Common.TransientFaultHandling::RetryLimitExceededException

[ObsoleteAttribute("You should use cancellation tokens or other means of stoping the retry loop.")]
public ref class RetryLimitExceededException sealed : Exception

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.

NameDescription
System_CAPS_pubpropertyData

(Inherited from Exception.)

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyHResult

(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyMessage

(Inherited from Exception.)

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

(Inherited from Exception.)

System_CAPS_pubmethodGetType()

(Inherited from Exception.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: