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)

Syntax

public RetryLimitExceededException(
    Exception innerException
)
public:
RetryLimitExceededException(
    Exception^ innerException
)
new : 
        innerException:Exception -> RetryLimitExceededException
Public Sub New (
    innerException As Exception
)

Parameters

  • innerException
    Type: System.Exception

    The exception that is the cause of the current exception.

See Also

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

Return to top