Share via


QuotaExceededException Constructor (String)

 

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

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

Syntax

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

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

See Also

QuotaExceededException Overload
QuotaExceededException Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top