Web.HTTPApp.IWebAppServices180.GetExceptionHandler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetExceptionHandler: TObject;

C++

virtual System::TObject* __fastcall GetExceptionHandler(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp IWebAppServices180

Description

Returns the object that handles exceptions that arise in the Web Broker application.

GetExceptionHandler is the read implementation of the ExceptionHandler property.

See Also