Gets or sets the current error handler.
To get the current error handler:
Set oErrorHandler = oMXValidator.errorHandler
To set the current error handler:
Set oMXValidator.errorHandler = oErrorHandler
[propget] HRESULT errorHandler( [out, retval] IUnknown ** oHandler); [propputref] HRESULT errorHandler( [in] IUnknown * oHandler);
of the MXValidator
, either an IVBSAXErrorHandler
or an ISAXErrorHandler
.IVBSAXErrorHandler
or an ISAXErrorHandler
.To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
ISAXErrorHandler/IVBSAXErrorHandler Interface
Applies to: MXValidator CoClass