Web.HTTPApp.EWebNotAuthenticated

Aus RAD Studio API Documentation

EWebNotAuthenticatedWeb.HTTPApp.EWebSecurityWeb.HTTPApp.EWebBrokerExceptionSystem.SysUtils.ExceptionSystem.TObject

Delphi

EWebNotAuthenticated = class(EWebSecurity);

C++

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