OSDN Git Service

UserStreamsからの受信時にXmlExceptionがキャッチされない不具合を修正
[opentween/open-tween.git] / OpenTween / Twitter.cs
index 78c42f2..8cd9875 100644 (file)
@@ -1975,6 +1975,10 @@ namespace OpenTween
                 MyCommon.TraceOut(ex);
                 return;
             }
+            catch (XmlException)
+            {
+                MyCommon.TraceOut("XmlException (StatusArrived): " + line);
+            }
             catch(NullReferenceException)
             {
                 MyCommon.TraceOut("NullRef StatusArrived: " + line);