You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Dean Roddey <dr...@charmedquark.com> on 2000/05/28 09:38:12 UTC

Re: Exception when calling the parse of DOMParser

Don't worry about it. Its just stuff that's being handled by the runtime.
Its not a problem with your code or the parser. Most likley some of them are
lazy stack expansion traps and such.

--------------------------
Dean Roddey
The CIDLib Class Libraries
Charmed Quark Software
droddey@charmedquark.com
http://www.charmedquark.com

"Give me immortality, or give me death"

----- Original Message -----
> I am using VC 6.00 and my project is "MFC project under WIN NT 4.00 SP5".
> When I call the parse method of the DOMParser class I see in the debugger
> that there is an exception number 0xE06D7363. The application continues to
> work properly, but I wonder what is the essence of the exception. The
> exception is a structured exception and the exception code is a client
code
> according to the MSDN help.
>