Web.HTTPApp.EWebNotAuthorized

Delphi
EWebNotAuthorized = class(EWebSecurity);
C++
class PASCALIMPLEMENTATION EWebNotAuthorized : public EWebSecurity
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
class | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | Web.HTTPApp |
Beschreibung
EWebBrokerException ist eine Exception, die von WebBroker-Objekten ausgelöst wird.
Web.HTTPApp.EWebNotAuthorized erbt von Web.HTTPApp.EWebBrokerException. Der folgende Inhalt bezieht sich auf Web.HTTPApp.EWebBrokerException.
EWebBrokerException ist eine Exception, die von WebBroker-Objekten ausgelöst wird.
EWebBrokerException wird ausgelöst, wenn ein Problem mit einem WebBroker-Objekt auftritt. Die Funktionsweise ist mit der übergeordneten Klasse TException identisch.