Web.HTTPApp.EWebSecurity

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPApp.EWebBrokerExceptionSystem.SysUtils.ExceptionSystem.TObjectEWebSecurity

Delphi

EWebSecurity = class(EWebBrokerException);

C++

class PASCALIMPLEMENTATION EWebSecurity : public EWebBrokerException

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.

Web.HTTPApp.EWebSecurity inherits from Web.HTTPApp.EWebBrokerException. All content below this line refers to Web.HTTPApp.EWebBrokerException.

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