IErrorlog interface

Communicates detailed error information between a client and an object.

Members

The IErrorlog interface inherits from the IUnknown interface but does not have additional members.

Remarks

The caller of the single interface member, AddError, logs an error where the error is an EXCEPINFO structure attached to a specific property. The object that implements the interface is responsible for handling the error.

IErrorlog is used in the protocol between a client that implements the IPropertyBag interface and an object that implements the IPersistPropertyBag interface.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Oaidl.h

IDL

Oaidl.idl