Indicates that a GetLocationAPI method failed because the application does not have permission to locate the user.

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

Syntax

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

Inheritance Hierarchy

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

See Also