REST.Types.ERESTException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectERESTException

Delphi

ERESTException = class(Exception)

C++

class PASCALIMPLEMENTATION ERESTException : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
REST.Types.pas
REST.Types.hpp
REST.Types REST.Types

Description

Base class for exceptions that raise from the REST library.

See Also