Web.WebReq.TWebRequestHandler.HandleException

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HandleException(Sender: TObject);

C++

void __fastcall HandleException(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Web.WebReq.pas
Web.WebReq.hpp
Web.WebReq TWebRequestHandler

Description

Responds to exceptions related to TWebRequestHandler objects.

When exceptions occur in TWebRequestHandler and descendant objects, HandleException will attempt to deal with it. If it cannot do so, it displays an error message to the user.