Changeset 32639

Show
Ignore:
Timestamp:
04/20/09 10:35:30 (4 years ago)
Author:
kiri_feather
Message:

GDI+汎用エラーを無視(日本語)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/vb2005/Tween/trunk/Tween/ApplicationEvents.vb

    r32361 r32639  
    9090 
    9191        Private Sub MyApplication_UnhandledException(ByVal sender As Object, ByVal e As Microsoft.VisualBasic.ApplicationServices.UnhandledExceptionEventArgs) Handles Me.UnhandledException 
    92             If e.Exception.Message <> "A generic error occurred in GDI+." Then 
     92            If e.Exception.Message <> "A generic error occurred in GDI+." AndAlso _ 
     93               e.Exception.Message <> "GDI+ で汎用エラーが発生しました。" Then 
    9394                ExceptionOut(e.Exception) 
    9495                e.ExitApplication = False