<?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[exception abfangen]]></title><description><![CDATA[<p>hallo,<br />
ich hab ein Problem mit tidhttp. irgendwie tritt bei mir eine Exception auf , die ich nicht abjangen kann</p>
<pre><code class="language-cpp">try { 
HTTP-&gt;Get(*pHelpString, ddStream);
}
 catch(...)
{
FehlerSumme++;
}
</code></pre>
<p>an der Selle (debugger) kommt bei mir immer:</p>
<pre><code>...ist eine Exception der Klasse EConvertError aufgetreten. Meldung: \\\'Ungültiges Argument zum Codieren des Datums\\\'. Prozeß wurde angehalten. Mit Einzelne Anweisung oder Start fortsetzen.
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/160803/exception-abfangen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 08:40:02 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/160803.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 29 Sep 2006 13:40:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to exception abfangen on Fri, 29 Sep 2006 13:40:29 GMT]]></title><description><![CDATA[<p>hallo,<br />
ich hab ein Problem mit tidhttp. irgendwie tritt bei mir eine Exception auf , die ich nicht abjangen kann</p>
<pre><code class="language-cpp">try { 
HTTP-&gt;Get(*pHelpString, ddStream);
}
 catch(...)
{
FehlerSumme++;
}
</code></pre>
<p>an der Selle (debugger) kommt bei mir immer:</p>
<pre><code>...ist eine Exception der Klasse EConvertError aufgetreten. Meldung: \\\'Ungültiges Argument zum Codieren des Datums\\\'. Prozeß wurde angehalten. Mit Einzelne Anweisung oder Start fortsetzen.
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1146581</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1146581</guid><dc:creator><![CDATA[Hebus]]></dc:creator><pubDate>Fri, 29 Sep 2006 13:40:29 GMT</pubDate></item><item><title><![CDATA[Reply to exception abfangen on Fri, 29 Sep 2006 13:54:27 GMT]]></title><description><![CDATA[<p>Wenn ich mich recht erinnere, stellt das Objekt ein eigenes OnError-Ereignis zur Verfügung, das dann auch genutzt werden muß.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1146593</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1146593</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Fri, 29 Sep 2006 13:54:27 GMT</pubDate></item><item><title><![CDATA[Reply to exception abfangen on Fri, 29 Sep 2006 14:51:32 GMT]]></title><description><![CDATA[<p>hmm ich kann kein OnError -Ereigniss finden.<br />
das wäre aber wirklich praktisch, du hast recht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1146632</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1146632</guid><dc:creator><![CDATA[Hebus]]></dc:creator><pubDate>Fri, 29 Sep 2006 14:51:32 GMT</pubDate></item><item><title><![CDATA[Reply to exception abfangen on Fri, 29 Sep 2006 15:12:59 GMT]]></title><description><![CDATA[<p>Kommt die Exception auch außerhalb des Debuggers? Im Builder werden in der Standardeinstellung immer alle Exception angezeigt, egal ob abgefangen oder nicht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1146647</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1146647</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Fri, 29 Sep 2006 15:12:59 GMT</pubDate></item><item><title><![CDATA[Reply to exception abfangen on Fri, 29 Sep 2006 15:17:11 GMT]]></title><description><![CDATA[<p>oh</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1146648</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1146648</guid><dc:creator><![CDATA[Hebus]]></dc:creator><pubDate>Fri, 29 Sep 2006 15:17:11 GMT</pubDate></item><item><title><![CDATA[Reply to exception abfangen on Fri, 29 Sep 2006 15:29:37 GMT]]></title><description><![CDATA[<p>okey ausprobiert.<br />
Die Exception wird tatsächlich nicht angezeigt, außerhalb vom c++ builder.<br />
Aber ich kann sie auch nicht abfangen (in der catch-klausel wir nichts ausgeführt)<br />
ziemlich seltsam.</p>
<p>Ich versuche Bilder vom Amazon-Server runterzuladen, und wenn der dateiname dort nicht vorhanden ist, schickt der Server wahrscheinlich irgendwas anderes, jedenfalls keine gewöhnliche exception.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1146656</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1146656</guid><dc:creator><![CDATA[Hebus]]></dc:creator><pubDate>Fri, 29 Sep 2006 15:29:37 GMT</pubDate></item></channel></rss>