ISAXErrorHandler::error Method (Compact 2013)
3/26/2014
This method receives notification of a recoverable error. It is not called in the current SAX2 (Simple API for XML) implementation.
Syntax
HRESULT error(
ISAXLocator* pLocator,
const wchar_t* pwchErrorMessage,
HRESULT hrErrorCode
);
Parameters
- pLocator
[in] Pointer to the 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.
- pwchErrorMessage
[in] Pointer to the error information.
- hrErrorCode
[in] Error code identifying the reason for the error.
Return Value
- S_OK
Returned when the error is handled and parsing may proceed.
- Other
Returned if parsing should be aborted.
Requirements
Header |
msxml2.h, |
Library |
uuid.lib |