Indicates that a GetLocationAPI method failed because the billing system did not approve the request for this application.

Namespace:  Veriplace.Client
Assembly:  Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)

Syntax

C#
public class GetLocationBillingDeclinedException : GetLocationException
Visual Basic (Declaration)
Public Class GetLocationBillingDeclinedException _
	Inherits GetLocationException
Visual C++
public ref class GetLocationBillingDeclinedException : public GetLocationException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Veriplace.Client..::.VeriplaceException
      Veriplace.Client..::.RequestDeniedException
        Veriplace.Client..::.GetLocationException
          Veriplace.Client..::.GetLocationBillingDeclinedException

See Also