[Mono-bugs] [Bug 62112][Min] Changed - MonoIO.GetException usage can give unhelpful exception text

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 29 Jul 2004 16:52:46 -0400 (EDT)


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 peter@newton.cx.

http://bugzilla.ximian.com/show_bug.cgi?id=62112

--- shadow/62112	2004-07-29 16:52:18.000000000 -0400
+++ shadow/62112.tmp.4932	2004-07-29 16:52:46.000000000 -0400
@@ -34,6 +34,11 @@
 not possible to figure out which path is the one causing problems. (For
 instance, on access denied on file copy: is it because the source isn't
 readable or the dest isn't writable?)
 
 So it seems like MonoIO.CopyFile and .MoveFile would have to return some
 hint to the caller as to which path was responsible for the error condition.
+
+------- Additional Comments From peter@newton.cx  2004-07-29 16:52 -------
+Created an attachment (id=8785)
+Program that demonstrates the problem
+