errorHandler Property (Visual Basic)
Registers or returns the current ErrorHandler.
Usage Syntax
For getting the ErrorHandler:
Set objErrorHandler = oSAXXMLReader.errorHandler
For setting the ErrorHandler:
Set oSAXXMLReader.errorHandler = objErrorHandler
Remarks
The errorHandler property gets or sets the current ErrorHandler for the IVBSAXErrorHandler interface.
See Also
Applies to: IVBSAXXMLReader Interface
