Changeset 29116

Show
Ignore:
Timestamp:
01/27/09 17:14:59 (4 years ago)
Author:
syo68k
Message:

GetFollowers例外周り再修正

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/vb2005/Tween/Tween/Twitter.vb

    r29115 r29116  
    12481248            TraceOut("NG(XmlException)") 
    12491249            Return "NG(XmlException)" 
    1250         Catch ex As Exception 
    1251             IsThreadError = True 
    1252             ExceptionOut(ex) 
    1253             Return "NG OtherError:" + ex.Message 
    12541250        End Try 
    12551251 
     
    12781274            End If 
    12791275        Catch ex As Exception 
     1276            IsThreadError = True 
    12801277            ExceptionOut(ex) 
    12811278        Finally