Web.Win.ISAPIApp.TISAPIApplication.OnServerException

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnServerException: TISAPIServerExceptionProc read FServerExceptionProc write FServerExceptionProc;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Web.Win.ISAPIApp.pas
Web.Win.ISAPIApp.hpp
Web.Win.ISAPIApp TISAPIApplication

Description

Exception event that allows custom management for exceptions of the server application. These exceptions occur while TISAPIApplication applications, such as ISAPI or NSAPI, process HTTP request messages.

See Also