Web.HTTPApp.EWebBrokerException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEWebBrokerException

Delphi

EWebBrokerException = class(Exception)

C++

class PASCALIMPLEMENTATION EWebBrokerException : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp

Description

EWebBrokerException is an exception raised by WebBroker objects.

EWebBrokerException is raised when a WebBroker object encounters a problem. It functions identically to its parent class, TException.

See Also