IErrorHandlerError Method |
Public API of XMLmind XSL-FO Converter for .NET
Handles errors issued by the conversion engine.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax void Error(
Exception exception
)
Sub Error (
exception As Exception
)
void Error(
Exception^ exception
)
Parameters
- exception
- Type: SystemException
The error information, encapsulated in an exception.
Remarks
The conversion engine calls this method to report conditions
that are considered fatal errors.
Whatever action is taken, the conversion process is aborted
after invocation of this method.
The default implementation throws an exception.
See Also