Indicates that the Veriplace server did not recognize your access token.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Veriplace.Client..::.VeriplaceException
      Veriplace.Client..::.UnexpectedException
        Veriplace.Client..::.UnknownTokenException

See Also