Web.HTTPApp.EWebNotAuthenticated

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPApp.EWebSecurityWeb.HTTPApp.EWebBrokerExceptionSystem.SysUtils.ExceptionSystem.TObjectEWebNotAuthenticated

Delphi

EWebNotAuthenticated = class(EWebSecurity);

C++

class PASCALIMPLEMENTATION EWebNotAuthenticated : 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.EWebNotAuthenticated 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