Share via


IErrorlog:IUnknown

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 IUnknown interface.

Method Description
AddError Logs an error (using an EXCEPINFO structure) 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 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

OS Versions: Windows CE .NET 4.0 and later.
Header: Oaidl.h, Oaidl.idl.
Link Library: Oleaut32.lib, Uuid.lib.

See Also

COM Interfaces | EXCEPINFO | IPersistPropertyBag | IPropertyBag | IUnknown

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.