RegistrationBadRequestException Constructor (String)

 

Initializes a new instance of the RegistrationBadRequestException class.

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

public RegistrationBadRequestException(
	string message
)

Parameters

message
Type: System.String

The error message.

Return to top
Show: