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/IsolatedStorage Iso


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/IO/IsolatedStorage IsolatedStorageException.cs,1.1,1.2
Date: Mon, 26 May 2003 00:41:23 -0400

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

Modified Files:
        IsolatedStorageException.cs 
Log Message:


Add the CONFIG_SERIALIZATION option to the profiles.


Index: IsolatedStorageException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/IsolatedStorage/IsolatedStorageException.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** IsolatedStorageException.cs 19 Apr 2003 04:03:04 -0000      1.1
--- IsolatedStorageException.cs 26 May 2003 04:41:21 -0000      1.2
***************
*** 38,44 ****
--- 38,46 ----
        public IsolatedStorageException(String msg, Exception inner)
                : base(msg, inner) {}
+ #if CONFIG_SERIALIZATION
        protected IsolatedStorageException(SerializationInfo info,
                                                                           
StreamingContext context)
                : base(info, context) {}
+ #endif
  
        // Get the default message to use for this exception type.





reply via email to

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