Share via


RegistrationAlreadyExistsException Constructor (String)

 

Initializes a new instance of the RegistrationAlreadyExistsException class.

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

Syntax

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

Parameters

See Also

RegistrationAlreadyExistsException Overload
RegistrationAlreadyExistsException Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top