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.
Versioning
Implemented in: MSXML 3.0 and later