Web.HTTPApp.EWebSecurity

Aus RAD Studio API Documentation

EWebSecurityWeb.HTTPApp.EWebBrokerExceptionSystem.SysUtils.ExceptionSystem.TObject

Delphi

EWebSecurity = class(EWebBrokerException);

C++

class PASCALIMPLEMENTATION EWebSecurity : public EWebBrokerException

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.EWebSecurity 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