MessagingAuthorizationException Constructor (String^)

 

Initializes a new instance of the MessagingAuthorizationException class with a specified error message.

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

public:
MessagingAuthorizationException(
	String^ message
)

Parameters

message
Type: System::String^

The error message that explains the reasons for the exception.

Return to top
Show: