Table of Contents

Class QuotaExceededException

Namespace
Microsoft.ServiceBus.Messaging
Assembly
Microsoft.ServiceBus.dll

The exception that is thrown for signaling quota exceeded errors.

public class QuotaExceededException : MessagingException, ISerializable
Inheritance
QuotaExceededException
Implements
Derived
Inherited Members

Constructors

QuotaExceededException(SerializationInfo, StreamingContext)

Initializes a new instance of the QuotaExceededException class with serialized data.

protected QuotaExceededException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The object that contains the serialized information about the exception.

context StreamingContext

The contextual information about the source or destination.

QuotaExceededException(string)

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

public QuotaExceededException(string message)

Parameters

message string

The error message that explains the reason for the exception.

QuotaExceededException(string, Exception)

Initializes a new instance of the QuotaExceededException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public QuotaExceededException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception.