<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:38:55 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CSHARP-1192] Wrap exceptions that occur during communication with a MongoCommunicationException</title>
                <link>https://jira.mongodb.org/browse/CSHARP-1192</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description>&lt;p&gt;Wrap any exceptions that occur during communications in a MongoCommunicationException.&lt;/p&gt;

&lt;p&gt;Except: any subclasses of SystemException. These exceptions are all runtime errors that aren&apos;t meant to be caught because there is usually nothing you can do about them.&lt;/p&gt;

&lt;p&gt;This is backward breaking to any applications that are catching the unwrapped exceptions. They will now need to catch MongoConnectionException and examine the inner exception.&lt;/p&gt;</description>
                <environment></environment>
        <key id="189424">CSHARP-1192</key>
            <summary>Wrap exceptions that occur during communication with a MongoCommunicationException</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="robert@mongodb.com">Robert Stam</assignee>
                                    <reporter username="robert@mongodb.com">Robert Stam</reporter>
                        <labels>
                    </labels>
                <created>Fri, 13 Mar 2015 16:19:13 +0000</created>
                <updated>Thu, 2 Apr 2015 18:06:04 +0000</updated>
                            <resolved>Fri, 13 Mar 2015 21:59:54 +0000</resolved>
                                                    <fixVersion>2.0</fixVersion>
                                    <component>Connectivity</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="859525" author="xgen-internal-githook" created="Fri, 20 Mar 2015 19:00:44 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1192&quot; title=&quot;Wrap exceptions that occur during communication with a MongoCommunicationException&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1192&quot;&gt;&lt;del&gt;CSHARP-1192&lt;/del&gt;&lt;/a&gt;: When wrapping connection exceptions in a MongoConnectionException don&apos;t wrap ThreadAbortException, StackOverflowException or OutOfMemoryException.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/fdfbedc19174ea953b50b4a5276b4d5ae50a5ffa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/fdfbedc19174ea953b50b4a5276b4d5ae50a5ffa&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="855632" author="rstam" created="Tue, 17 Mar 2015 14:32:45 +0000"  >&lt;p&gt;We ended up wrapping all exceptions instead of excluding SystemException and its subclasses.&lt;/p&gt;

&lt;p&gt;The main reason is that SocketException is a subclass of SystemException, and we definitely want to wrap SocketException. The second reason is that it is just too hard to come up with a comprehensive and accurate list of what to wrap and what not to wrap. It&apos;s just easier to wrap everything.&lt;/p&gt;</comment>
                            <comment id="852005" author="xgen-internal-githook" created="Fri, 13 Mar 2015 21:59:31 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1192&quot; title=&quot;Wrap exceptions that occur during communication with a MongoCommunicationException&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1192&quot;&gt;&lt;del&gt;CSHARP-1192&lt;/del&gt;&lt;/a&gt;: Renamed MongoConnectionFailedException to MongoConnectionClosedException.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/97e125cde018784634491c4ede3161a3b53fd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/97e125cde018784634491c4ede3161a3b53fd553&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="852004" author="xgen-internal-githook" created="Fri, 13 Mar 2015 21:59:30 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;rstam&apos;, u&apos;name&apos;: u&apos;rstam&apos;, u&apos;email&apos;: u&apos;robert@robertstam.org&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-1192&quot; title=&quot;Wrap exceptions that occur during communication with a MongoCommunicationException&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-1192&quot;&gt;&lt;del&gt;CSHARP-1192&lt;/del&gt;&lt;/a&gt;: Wrap some connection exceptions in a MongoConnectionException.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/ead6647edcb12b81fa567796cbaac34d25eae0f1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/ead6647edcb12b81fa567796cbaac34d25eae0f1&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10012"><![CDATA[Major Change]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hs73uv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="441">C# Sprint 16</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>