Skip to main content
.NET Framework Class Library
QuotaExceededException Class

The exception that is thrown when a message quota has been exceeded.

Inheritance Hierarchy
SystemObject
   SystemException
     SystemSystemException
      System.ServiceModelQuotaExceededException

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)
Syntax
<[%$TOPIC/ms406023_en-us_VS_110_2_0_0_0_0%]> _
Public Class QuotaExceededException _
	Inherits [%$TOPIC/ms406023_en-us_VS_110_2_0_0_0_1%]
[[%$TOPIC/ms406023_en-us_VS_110_2_0_1_0_0%]]
public class QuotaExceededException : [%$TOPIC/ms406023_en-us_VS_110_2_0_1_0_1%]
[[%$TOPIC/ms406023_en-us_VS_110_2_0_2_0_0%]]
public ref class QuotaExceededException : public [%$TOPIC/ms406023_en-us_VS_110_2_0_2_0_1%]
[<[%$TOPIC/ms406023_en-us_VS_110_2_0_3_0_0%]>]
type QuotaExceededException =  
    class 
        inherit [%$TOPIC/ms406023_en-us_VS_110_2_0_3_0_1%] 
    end

The QuotaExceededException type exposes the following members.

Constructors
  NameDescription
Public method QuotaExceededExceptionInitializes a new instance of the QuotaExceededException class.
Public method Supported by Portable Class Library Supported in .NET for Windows Store apps QuotaExceededException(String)Initializes a new instance of the QuotaExceededException class with a specified error message.
Protected method QuotaExceededException(SerializationInfo, StreamingContext)Initializes a new instance of the QuotaExceededException class with data that specifies the source and destination of the stream and the information required to serialize the exception.
Public method Supported by Portable Class Library Supported in .NET for Windows Store apps 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 the exception.
Top
Properties
  NameDescription
Public property Supported by Portable Class Library Supported in .NET for Windows Store apps DataGets a collection of key/value pairs that provide additional user-defined information about the exception. (Inherited from Exception.)
Public property Supported by Portable Class Library Supported in .NET for Windows Store apps HelpLinkGets or sets a link to the help file associated with this exception. (Inherited from Exception.)
Public property Supported by Portable Class Library Supported in .NET for Windows Store apps HResultGets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Inherited from Exception.)
Public property Supported by Portable Class Library Supported in .NET for Windows Store apps InnerExceptionGets the Exception instance that caused the current exception. (Inherited from Exception.)
Public property Supported by Portable Class Library Supported in .NET for Windows Store apps MessageGets a message that describes the current exception. (Inherited from Exception.)
Public property Supported by Portable Class Library Supported in .NET for Windows Store apps SourceGets or sets the name of the application or the object that causes the error. (Inherited from Exception.)
Public property Supported by Portable Class Library Supported in .NET for Windows Store apps StackTraceGets a string representation of the immediate frames on the call stack. (Inherited from Exception.)
Public property TargetSiteGets the method that throws the current exception. (Inherited from Exception.)
Top
Methods
  NameDescription
Public method Supported by Portable Class Library Supported in .NET for Windows Store apps Equals(Object)Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Supported by Portable Class Library Supported in .NET for Windows Store apps FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Supported by Portable Class Library Supported in .NET for Windows Store apps GetBaseExceptionWhen overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Inherited from Exception.)
Public method Supported by Portable Class Library Supported in .NET for Windows Store apps GetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public method GetObjectDataWhen overridden in a derived class, sets the SerializationInfo with information about the exception. (Inherited from Exception.)
Public method GetTypeGets the runtime type of the current instance. (Inherited from Exception.)
Protected method Supported by Portable Class Library Supported in .NET for Windows Store apps MemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public method Supported by Portable Class Library Supported in .NET for Windows Store apps ToStringCreates and returns a string representation of the current exception. (Inherited from Exception.)
Top
Events
  NameDescription
Protected event SerializeObjectStateOccurs when an exception is serialized to create an exception state object that contains serialized data about the exception. (Inherited from Exception.)
Top
Version Information

.NET Framework

Supported in: 4.5, 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Portable Class Library

Supported in: Portable Class Library

.NET for Windows Store apps

Supported in: Windows 8
Platforms

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.