Property ErrorHandler
ErrorHandler
Gets or Sets an error event handler.
Declaration
IErrorHandler ErrorHandler { get; set; }
Property Value
Type | Description |
---|---|
IErrorHandler |
Remarks
If the application does not register an error handler, all error events reported by the SAX parser will be silently ignored; however, normal processing may not continue. It is highly recommended that all SAX applications implement an error handler to avoid unexpected bugs.
Applications may register a new or different handler in the middle of a parse, and the SAX parser must begin using the new handler immediately.