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

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

[Dotgnu-pnet-commits] pnetlib/compat Vsa.cs,1.7,1.8


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/compat Vsa.cs,1.7,1.8
Date: Mon, 29 Sep 2003 00:23:52 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/compat
In directory subversions:/tmp/cvs-serv23638/compat

Modified Files:
        Vsa.cs 
Log Message:


ECMA fixes.


Index: Vsa.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/compat/Vsa.cs,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Vsa.cs      3 Sep 2003 06:49:15 -0000       1.7
--- Vsa.cs      29 Sep 2003 00:23:49 -0000      1.8
***************
*** 358,363 ****
  #if !ECMA_COMPAT
  [Serializable]
- #endif
  public class VsaException : ExternalException
  {
        // Internal state.
--- 358,365 ----
  #if !ECMA_COMPAT
  [Serializable]
  public class VsaException : ExternalException
+ #else
+ public class VsaException : SystemException
+ #endif
  {
        // Internal state.
***************
*** 410,414 ****
--- 412,420 ----
  
        // Get the error code.
+ #if !ECMA_COMPAT
        public new VsaError ErrorCode
+ #else
+       public VsaError ErrorCode
+ #endif
                        {
                                get





reply via email to

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