RetryLimitExceededException Constructor ()

 

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

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

Syntax

public RetryLimitExceededException()
public:
RetryLimitExceededException()
new : unit -> RetryLimitExceededException
Public Sub New

See Also

RetryLimitExceededException Overload
RetryLimitExceededException Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace

Return to top