ServerBusyException Constructor (String)

 

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

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)

public ServerBusyException(
	string message
)

Parameters

message
Type: System.String

The error message that explains the reason for the exception.

Return to top
Show: