Public API of XMLmind XSL-FO Converter for .NET
An error handler.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntaxpublic interface IErrorHandler
Public Interface IErrorHandler
public interface class IErrorHandler
The IErrorHandler type exposes the following members.
Methods
| Name | Description |
---|
 | Error |
Handles errors issued by the conversion engine.
|
 | Warning |
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