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
SerializationInfoThe object that contains the serialized information about the exception.
context
StreamingContextThe 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
stringThe 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)