RetryLimitExceededException Constructor (String)

 

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

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

Syntax

public RetryLimitExceededException(
    string message
)
public:
RetryLimitExceededException(
    String^ message
)
new : 
        message:string -> RetryLimitExceededException
Public Sub New (
    message As String
)

Parameters

  • message
    Type: System.String

    The message that describes the error.

See Also

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

Return to top