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

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

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


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

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

Modified Files:
        InternalBufferOverflowException.cs 
Log Message:


Add the CONFIG_SERIALIZATION option to the profiles.


Index: InternalBufferOverflowException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/System/IO/InternalBufferOverflowException.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** InternalBufferOverflowException.cs  26 May 2003 00:06:33 -0000      1.2
--- InternalBufferOverflowException.cs  26 May 2003 04:41:20 -0000      1.3
***************
*** 37,43 ****
--- 37,45 ----
        public InternalBufferOverflowException(String msg, Exception inner)
                : base(msg, inner) {}
+ #if CONFIG_SERIALIZATION
        protected InternalBufferOverflowException(SerializationInfo info,
                                                                                
          StreamingContext context)
                : base(info, context) {}
+ #endif
  
  }; // class InternalBufferOverflowException





reply via email to

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