RegistrationAlreadyExistsException Constructor (String^)

 

Initializes a new instance of the RegistrationAlreadyExistsException class.

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

public:
RegistrationAlreadyExistsException(
	String^ message
)

Parameters

message
Type: System::String^

The error message.

Return to top
Show: