Indicates that an OAuth error response was received within a Veriplace client method.

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

Syntax

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

Inheritance Hierarchy

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

See Also