Receives notification of a warning.
Note This method is not called in the current Simple API for XML (SAX2) implementation.
Sub ignorableWarning(oLocator As IVBSAXLocator, _ strErrorMessage As String, nErrorCode As Long)
Locator
object, which contains line and column numbers of the error. SystemID and PublicID may be unavailable for particular data sources, such as character buffer.The reader uses this method to report conditions that are not errors as defined by the XML 1.0 Recommendation. The default behavior is to take no action. The reader must continue to provide normal parsing events after invoking this method. It should still be possible for the application to process the document through to the end.
HRESULT ignorableWarning( [in] ISAXLocator * pLocator, [in] const wchar_t * pwchErrorMessage, [in] HRESULT hrErrorCode);
Locator
object, which contains line and column numbers of the error. SystemID and PublicID may be unavailable for particular data sources, such as character buffer.To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
errorHandler Property (Visual Basic) | putErrorHandler Method (C/C++) | ISAXLocator/IVBSAXLocator Interface
Applies to: ISAXErrorHandler/IVBSAXErrorHandler Interface