RegistrationBadRequestException Constructor (String, Exception)

 

Initializes a new instance of the RegistrationBadRequestException class.

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

Public Sub New (
	message As String,
	innerException As Exception
)

Parameters

message
Type: System.String

The error message.

innerException
Type: System.Exception

The inner exception.

Return to top
Show: