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.3,1.4
Date: Fri, 07 Feb 2003 12:38:05 -0500

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

Modified Files:
        FileNotFoundException.cs 
Log Message:
Add a non-ECMA property and fix cases for OpCodes.Ldc*


Index: FileNotFoundException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/FileNotFoundException.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** FileNotFoundException.cs    28 Nov 2001 04:22:39 -0000      1.3
--- FileNotFoundException.cs    7 Feb 2003 17:38:02 -0000       1.4
***************
*** 119,122 ****
--- 119,131 ----
                                }
                        }
+ #if !ECMA_COMPAT
+       public String FusionLog
+       {
+               get
+               {
+                       throw NotImplementedException("FusionLog");
+               }
+       }
+ #endif
  
  }; // class FileNotFoundException





reply via email to

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