MessagingEntityNotFoundException Constructor (String)

 

Initializes a new instance of the MessagingEntityNotFoundException class with the entity name.

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

Public Sub New (
	message As String
)

Parameters

message
Type: System.String

The error message that explains the reason for the exception.

Return to top
Show: