dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/IO FileNotFoundExcept


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/IO FileNotFoundException.cs,1.4,1.5
Date: Fri, 07 Feb 2003 12:54:34 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO
In directory subversions:/tmp/cvs-serv11996/runtime/System/IO

Modified Files:
        FileNotFoundException.cs 
Log Message:
fix missing "new"


Index: FileNotFoundException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/FileNotFoundException.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** FileNotFoundException.cs    7 Feb 2003 17:38:02 -0000       1.4
--- FileNotFoundException.cs    7 Feb 2003 17:54:31 -0000       1.5
***************
*** 124,128 ****
                get
                {
!                       throw NotImplementedException("FusionLog");
                }
        }
--- 124,128 ----
                get
                {
!                       throw new NotImplementedException("FusionLog");
                }
        }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]