Share via


RetryLimitExceededException Constructor (Exception)

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

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

Usage

'Usage
Dim innerException As Exception

Dim instance As New RetryLimitExceededException(innerException)

Syntax

'Declaration
Public Sub New ( _
    innerException As Exception _
)
public RetryLimitExceededException (
    Exception innerException
)
public:
RetryLimitExceededException (
    Exception^ innerException
)
public RetryLimitExceededException (
    Exception innerException
)
public function RetryLimitExceededException (
    innerException : Exception
)

Parameters

  • innerException
    The exception that is the cause of the current exception.

Remarks

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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