Web.HTTPApp.EWebNotAuthorized

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Web.HTTPApp.EWebSecurityWeb.HTTPApp.EWebBrokerExceptionSystem.SysUtils.ExceptionSystem.TObjectEWebNotAuthorized

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.

Siehe auch