Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This interface is an abstraction of an error log used to communicate detailed error information between a client and an object.

Methods

The following table shows the methods for this interface in alphabetical order. Like all COM interfaces, this interface inherits the methods for the IUnknowninterface.

Method Description

AddError

Logs an error (using an EXCEPINFOstructure) in the error log for a named property.

Remarks

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

IErrorlogis used in the protocol between a client that implements the IPropertyBaginterface and an object that implements the IPersistPropertyBaginterface.

Requirements

Header oaidl.h, oaidl.idl
Library oleaut32.lib, uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also