svnno****@sourc*****
svnno****@sourc*****
2010年 11月 23日 (火) 02:35:04 JST
Revision: 1096 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1096 Author: syo68k Date: 2010-11-23 02:35:04 +0900 (Tue, 23 Nov 2010) Log Message: ----------- USスレッドでの例外も記録するように Modified Paths: -------------- branches/UserStream/Tween/Twitter.vb -------------- next part -------------- Modified: branches/UserStream/Tween/Twitter.vb =================================================================== --- branches/UserStream/Tween/Twitter.vb 2010-11-22 17:16:01 UTC (rev 1095) +++ branches/UserStream/Tween/Twitter.vb 2010-11-22 17:35:04 UTC (rev 1096) @@ -2797,8 +2797,8 @@ 'CreatePostsFromJson(s, WORKERTYPE.Timeline, Nothing, False, Nothing, Nothing) RaiseEvent NewPostFromStream() Loop - Catch - Debug.Print("例外") + Catch ex As Exception + ExceptionOut(ex) Finally _streamActive = False If sr IsNot Nothing Then sr.BaseStream.Close()