Saxon.Api

 

 

Saxon.Api

Delegate ErrorReporter


public delegate void ErrorReporter(Error error)

The ErrorReporter is a generic interface for reporting errors and warnings.

Parameters:

error - The error condition being reported. Note that this is not an exception object (it cannot be thrown).