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.ExceptionThe exception that is the cause of the current exception.
See Also
RetryLimitExceededException Overload
RetryLimitExceededException Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace
Return to top