[Mono-devel-list] [Mono-patches] mcs/class/corlib/System.IO ChangeLog,1.159,1.160 Directory.cs,1.28,1.29 File.cs,1.20,1.21
Gonzalo Paniagua Javier
gonzalo at ximian.com
Tue Apr 22 15:22:56 EDT 2003
Hi!
Ville, these lines (and others like them), prevent a useful error from
being displayed:
- throw MonoIO.GetException (path, error);
+ throw new IOException (path);
Am I missing anything or the original line should be restored?
-Gonzalo
More information about the Mono-devel-list
mailing list