Base class for all exceptions that do not represent a normal failure mode.

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

Syntax

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

Remarks

This includes I/O errors and unexpected OAuth error responses.

Inheritance Hierarchy

See Also