<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Microsoft C++ Exception einsehen!]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich würde gerne wissen, wie man in eine Microsoft C++ Exception einsehen kann, und zwar hab ich folgenden Fehler:</p>
<pre><code>Nicht abgefangene Ausnahme in UserInfo.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
</code></pre>
<p>...jetzt würde ich gerne wissen, was er zurückgibt, oder was da für 'ne Exception auftrat, wie kann ich das abfangen?</p>
<p>Hier ist mein Code, wo das passiert:</p>
<pre><code class="language-cpp">RpAttribute.SetAssociation(&amp;pVariant);
</code></pre>
<p>gruss,</p>
<p>chullain</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/83994/microsoft-c-exception-einsehen</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 02:20:45 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/83994.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Aug 2004 07:49:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Microsoft C++ Exception einsehen! on Thu, 26 Aug 2004 07:49:09 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich würde gerne wissen, wie man in eine Microsoft C++ Exception einsehen kann, und zwar hab ich folgenden Fehler:</p>
<pre><code>Nicht abgefangene Ausnahme in UserInfo.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
</code></pre>
<p>...jetzt würde ich gerne wissen, was er zurückgibt, oder was da für 'ne Exception auftrat, wie kann ich das abfangen?</p>
<p>Hier ist mein Code, wo das passiert:</p>
<pre><code class="language-cpp">RpAttribute.SetAssociation(&amp;pVariant);
</code></pre>
<p>gruss,</p>
<p>chullain</p>
]]></description><link>https://www.c-plusplus.net/forum/post/591547</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/591547</guid><dc:creator><![CDATA[chullain]]></dc:creator><pubDate>Thu, 26 Aug 2004 07:49:09 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft C++ Exception einsehen! on Thu, 26 Aug 2004 19:42:34 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>das kann dann klappen, wenn du in der Doku zur Funktion SetAssociation nachsiehst und dann einen try/catch-Block zum Abfangen der Exception einbaust <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p>MfG</p>
]]></description><link>https://www.c-plusplus.net/forum/post/592451</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/592451</guid><dc:creator><![CDATA[Probe-Nutzer]]></dc:creator><pubDate>Thu, 26 Aug 2004 19:42:34 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft C++ Exception einsehen! on Thu, 26 Aug 2004 21:53:57 GMT]]></title><description><![CDATA[<p>Das scheint eher eine SE zu sein:<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccelng/htm/key_s-z_4.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccelng/htm/key_s-z_4.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/592599</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/592599</guid><dc:creator><![CDATA[Shlo]]></dc:creator><pubDate>Thu, 26 Aug 2004 21:53:57 GMT</pubDate></item></channel></rss>