Vcl.SvcMgr.TServiceApplication.DoHandleException

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoHandleException(E: Exception); dynamic;

C++

DYNAMIC void __fastcall DoHandleException(System::Sysutils::Exception* E);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr TServiceApplication

Description

Sends the message of the given exception to the service application's event logger.

Call DoHandleException to send the message of the given exception to the service application's event logger.