Web.HTTPApp.EWebNotAuthenticated

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.