Click or drag to resize
IErrorHandlerWarning Method
Public API of XMLmind XSL-FO Converter for .NET
Handles warnings issued by the conversion engine.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
void Warning(
	Exception exception
)

Parameters

exception
Type: SystemException
The warning information, encapsulated in an exception.
Remarks
The conversion engine calls this method to report conditions that are not considered fatal errors. The default implementation writes a warning message to the standard error stream.
See Also