errorHandler Property (Visual Basic)

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SAX2 Reference

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