Web.HTTPApp.EWebBrokerException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.SysUtils.ExceptionSystem.TObjectEWebBrokerException

Delphi

EWebBrokerException = class(Exception)

C++

class PASCALIMPLEMENTATION EWebBrokerException : public System::Sysutils::Exception

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.

EWebBrokerException wird ausgelöst, wenn ein Problem mit einem WebBroker-Objekt auftritt. Die Funktionsweise ist mit der übergeordneten Klasse TException identisch.

Siehe auch