System.ServiceModel.QuotaExceededException
namespace System.ServiceModel
{
public class QuotaExceededException : Exception
{
public QuotaExceededException(string message);
public QuotaExceededException(string message, Exception innerException);
protected QuotaExceededException(SerializationInfo info, StreamingContext context);
}
}