Click or drag to resize

OutOfCreditException Class

Inheritance Hierarchy

Namespace:  Aruba.Cloud.Common.Exceptions
Assembly:  Aruba.Cloud.Common (in Aruba.Cloud.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class OutOfCreditException : WebApiException

The OutOfCreditException type exposes the following members.

Constructors
  NameDescription
Public methodOutOfCreditException
Initializes a new instance of the OutOfCreditException class
Top
Properties
  NameDescription
Public propertyDetail (Inherited from WebApiException.)
Public propertyErrorObject
An object that will be serialized in the response body. Should contain info about the exception.
(Inherited from WebApiException.)
Public propertyErrorStatusCode (Inherited from WebApiException.)
Public propertyExtensions (Inherited from WebApiException.)
Public propertyType (Inherited from WebApiException.)
Top
Fields
  NameDescription
Public fieldStatic memberDEFAULT_TYPE
Top
See Also