Click or drag to resize

QuotaLimitExceededException Class

System.ServiceModel.FaultException(Of QuotaLimitExceededException) is thrown when daily quota has been crossed. This can happen when:
  • Amount of API calls for day per organization is more than the daily quota
Inheritance Hierarchy
SystemObject
  Severa.APISeveraApiException
    Severa.APIQuotaLimitExceededException

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0
Syntax
public class QuotaLimitExceededException : SeveraApiException

The QuotaLimitExceededException type exposes the following members.

Constructors
 NameDescription
Public methodQuotaLimitExceededException(String)Initializes a new instance of the QuotaLimitExceededException class
Public methodQuotaLimitExceededException(String, String)Initializes a new instance of the QuotaLimitExceededException class
Top
See Also