| IErrorHandlerWarning Method  | 
Public API of XMLmind XSL-FO Converter for .NET
             Handles warnings issued by the conversion engine.
             
 
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntaxvoid Warning(
	Exception exception
)
Sub Warning ( 
	exception As Exception
)
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