Web.HTTPApp.EWebNotAuthorized

From RAD Studio API Documentation

EWebNotAuthorizedWeb.HTTPApp.EWebSecurityWeb.HTTPApp.EWebBrokerExceptionSystem.SysUtils.ExceptionSystem.TObject

Delphi

EWebNotAuthorized = class(EWebSecurity);

C++

class PASCALIMPLEMENTATION EWebNotAuthorized : public EWebSecurity

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.EWebNotAuthorized 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