Web.Win.ISAPIApp.TISAPIApplication.OnServerException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnServerException: TISAPIServerExceptionProc read FServerExceptionProc write FServerExceptionProc;

C++

__property TISAPIServerExceptionProc OnServerException = {read=FServerExceptionProc, write=FServerExceptionProc};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Web.Win.ISAPIApp.pas
Web.Win.ISAPIApp.hpp
Web.Win.ISAPIApp TISAPIApplication


Beschreibung

Exception-Ereignis, das eine benutzerdefinierte Verwaltung von Exceptions der Serveranwendung ermöglicht. Diese Exceptions treten während der Verarbeitung von HTTP-Anforderungsbotschaften durch TISAPIApplication-Anwendungen, wie ISAPI oder NSAPI, auf.

Siehe auch