Base class for all exceptions that can be thrown by the Veriplace client.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Veriplace.Client..::.VeriplaceException
      Veriplace.Client..::.RequestDeniedException
      Veriplace.Client..::.RequestNotFoundException
      Veriplace.Client..::.UnexpectedException
      Veriplace.Web..::.RespondedException
      Veriplace.Web..::.WaitingException

See Also