Share via


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)

Syntax

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

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

See Also

ServerBusyException Overload
ServerBusyException Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top