Changeset 32639
- Timestamp:
- 04/20/09 10:35:30 (4 years ago)
- Files:
-
- 1 modified
-
lang/vb2005/Tween/trunk/Tween/ApplicationEvents.vb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/vb2005/Tween/trunk/Tween/ApplicationEvents.vb
r32361 r32639 90 90 91 91 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 93 94 ExceptionOut(e.Exception) 94 95 e.ExitApplication = False
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)