System.Win.ComObj.IServerExceptionHandler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IServerExceptionHandler = interface

C++

__interface  INTERFACE_UUID("{6A8D432B-EB81-11D1-AAB1-00C04FB16FBC}") IServerExceptionHandler  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj System.Win.ComObj

Description

Interface that allows you to report SafeCall exceptions that occur in a TComObject server to a third party. This third party may be, for example, an object that logs errors into the system event log or a server monitor residing on another machine.

See Also