<?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[Try{} catch(...) - &#x27;...&#x27; ? (solved)]]></title><description><![CDATA[<p>Hallo,</p>
<pre><code>try {
   //..
} catch (...) {
   //..
}
</code></pre>
<p>kann mir jemand erzählen, was die Punkte im Catchblock (...) bedeuten?</p>
<p>Intuitiv: Alle möglichen Catch's aus dem vorhergehenden try-Block werden abgefangen..</p>
<p>Ich danke für eure Antworten</p>
<p>Paul</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/311870/try-catch-solved</link><generator>RSS for Node</generator><lastBuildDate>Mon, 03 Aug 2026 09:39:04 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/311870.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 17 Dec 2012 09:15:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Try{} catch(...) - &#x27;...&#x27; ? (solved) on Mon, 17 Dec 2012 09:39:34 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<pre><code>try {
   //..
} catch (...) {
   //..
}
</code></pre>
<p>kann mir jemand erzählen, was die Punkte im Catchblock (...) bedeuten?</p>
<p>Intuitiv: Alle möglichen Catch's aus dem vorhergehenden try-Block werden abgefangen..</p>
<p>Ich danke für eure Antworten</p>
<p>Paul</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2280793</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2280793</guid><dc:creator><![CDATA[lespaul]]></dc:creator><pubDate>Mon, 17 Dec 2012 09:39:34 GMT</pubDate></item><item><title><![CDATA[Reply to Try{} catch(...) - &#x27;...&#x27; ? (solved) on Mon, 17 Dec 2012 09:27:15 GMT]]></title><description><![CDATA[<p>lespaul schrieb:</p>
<blockquote>
<p>Intuitiv: Alle möglichen Catch's aus dem vorhergehenden try-Block werden abgefangen..</p>
</blockquote>
<p>jepp. Bei Auftreten irgendeiner Exception wird dieser Block aufgerufen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2280799</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2280799</guid><dc:creator><![CDATA[daddy_felix]]></dc:creator><pubDate>Mon, 17 Dec 2012 09:27:15 GMT</pubDate></item><item><title><![CDATA[Reply to Try{} catch(...) - &#x27;...&#x27; ? (solved) on Mon, 17 Dec 2012 09:39:21 GMT]]></title><description><![CDATA[<p>Dankeschön!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2280802</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2280802</guid><dc:creator><![CDATA[lespaul]]></dc:creator><pubDate>Mon, 17 Dec 2012 09:39:21 GMT</pubDate></item><item><title><![CDATA[Reply to Try{} catch(...) - &#x27;...&#x27; ? (solved) on Mon, 17 Dec 2012 09:41:34 GMT]]></title><description><![CDATA[<p>lespaul schrieb:</p>
<blockquote>
<pre><code>try {
   //..
} catch (...) {
   //..
}
</code></pre>
<p>Intuitiv: Alle möglichen Catch's aus dem vorhergehenden try-Block werden abgefangen..</p>
</blockquote>
<p>Richtig, das nennt sich auch <a href="http://www.codinghorror.com/blog/2012/07/new-programming-jargon.html" rel="nofollow">Pokémon Exception Handling</a> Das Problem dabei ist, dass du nicht weißt, woher die Exception kommt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2280803</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2280803</guid><dc:creator><![CDATA[out]]></dc:creator><pubDate>Mon, 17 Dec 2012 09:41:34 GMT</pubDate></item><item><title><![CDATA[Reply to Try{} catch(...) - &#x27;...&#x27; ? (solved) on Mon, 17 Dec 2012 11:54:16 GMT]]></title><description><![CDATA[<p>was sich mit std::exception_ptr bessert</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2280847</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2280847</guid><dc:creator><![CDATA[KN4CK3R]]></dc:creator><pubDate>Mon, 17 Dec 2012 11:54:16 GMT</pubDate></item></channel></rss>