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 DllNotFoundException.c


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System DllNotFoundException.cs, 1.2, 1.3
Date: Mon, 28 Jul 2003 04:03:48 -0400

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

Modified Files:
        DllNotFoundException.cs 
Log Message:


Pnetlib to use DllNotFoundException and EntryPointNotFoundException
instead of MissingMethodException.


Index: DllNotFoundException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/DllNotFoundException.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** DllNotFoundException.cs     26 May 2003 04:41:21 -0000      1.2
--- DllNotFoundException.cs     28 Jul 2003 08:03:45 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System.Runtime.Serialization;
--- 23,27 ----
  {
  
! #if CONFIG_RUNTIME_INFRA
  
  using System.Runtime.Serialization;
***************
*** 63,67 ****
  }; // class DllNotFoundException
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System
--- 63,67 ----
  }; // class DllNotFoundException
  
! #endif // CONFIG_RUNTIME_INFRA
  
  }; // namespace System





reply via email to

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