Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79426 --- shadow/79426 2006-09-17 11:06:40.000000000 -0400 +++ shadow/79426.tmp.29386 2006-09-17 11:28:24.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 79426 Product: Mono: Runtime Version: 1.1 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: misc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -89,6 +89,21 @@ FileNotFoundException). ------- Additional Comments From [EMAIL PROTECTED] 2006-09-17 11:06 ------- Created an attachment (id=17702) Fix + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-17 11:28 ------- +I think the proper fix is to fix FileNotFoundException to set the +message in the ctor, i.e. + + try { + throw new FileNotFoundException (null, "foo.dll"); + } + catch (Exception ex) { + Console.WriteLine (ex.Message); + } + +prints 'File or assembly name foo.dll, or one of its dependencies +was not found' on MS.NET, but not on mono. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
