RegistrationAlreadyExistsException Constructor (String, Exception)

 

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,
	Exception innerException
)

Parameters

message
Type: System.String

The error message.

innerException
Type: System.Exception

The inner exception.

Return to top
Show: