Class QuotaExceededException
- Namespace
- Microsoft.Azure.ServiceBus
- Assembly
- Microsoft.Azure.ServiceBus.dll
The exception that is thrown when the Quota (Entity Max Size or other Connection etc) allocated to the Entity has exceeded. Callers should check the error message to see which of the Quota exceeded and take appropriate action.
public sealed class QuotaExceededException : ServiceBusException, ISerializable
- Inheritance
-
QuotaExceededException
- Implements
- Inherited Members
Constructors
QuotaExceededException(string)
public QuotaExceededException(string message)
Parameters
message
string
QuotaExceededException(string, Exception)
public QuotaExceededException(string message, Exception innerException)