Click or drag to resize
IErrorHandler Interface
Public API of XMLmind XSL-FO Converter for .NET
An error handler.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public interface IErrorHandler

The IErrorHandler type exposes the following members.

Methods
  NameDescription
Public methodError
Handles errors issued by the conversion engine.
Public methodWarning
Handles warnings issued by the conversion engine.
Top
Remarks
This interface is used by the Converter class to report error conditions. The Converter class provides a default implementation that may be overriden using the SetErrorHandler method.
See Also