IErrorLog Interface

Definition

Implemented to contain any errors when retrieving printer settings to populate an IPropertyBag object used by a custom data importer.

public interface class IErrorLog
[System.Runtime.InteropServices.Guid("3127CA40-446E-11CE-8135-00AA004BB851")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IErrorLog
type IErrorLog = interface
Public Interface IErrorLog
Attributes

Remarks

A custom data importer is created by implementing the IInfoPathDataImporter interface. For more information about programmatically importing data into an InfoPath form, see the InfoPath Developer PortalMicrosoft Office Developer Center.

Methods

AddError(String, EXCEPINFO)

Used to add errors in an implementation of the IErrorLog interface used in a custom data importer.

Applies to