Share via


MessagingException Constructor (String)

 

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

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

Syntax

public MessagingException(
    string message
)
public:
MessagingException(
    String^ message
)
new : 
        message:string -> MessagingException
Public Sub New (
    message As String
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

See Also

MessagingException Overload
MessagingException Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top