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)

Public Sub New (
	message As String
)

Parameters

message
Type: System.String

The message that describes the error.

Return to top
Show: