dotnet-core/release-notes/2.1/Preview/api-diff/preview1/2.1-preview1_System.Data.md
2018-04-10 17:24:20 -07:00

430 B

System.Data

 namespace System.Data {
     public sealed class DBConcurrencyException : SystemException {
-        public override void GetObjectData(SerializationInfo si, StreamingContext context);
+        public override void GetObjectData(SerializationInfo info, StreamingContext context);
     }
-    public class PropertyCollection : Hashtable
+    public class PropertyCollection : Hashtable, ICloneable
 }