Merge pull request #1542 from ninjarobot/UriTemplateMatchException
[mono.git] / mcs / class / System.Data / System.Data.Common / DbDataAdapter.cs
index 9797abbeec9b40a825c2e77199bbaa7db2d8c72f..918da04f502013c941a25eccf00e34355621c468 100644 (file)
@@ -168,16 +168,6 @@ namespace System.Data.Common
 
                #endregion // Properties
                
-               #region Events
-
-#if ONLY_1_0 || ONLY_1_1
-               [DataCategory ("Fill")]
-               [DataSysDescription ("Event triggered when a recoverable error occurs during Fill.")]
-               public event FillErrorEventHandler FillError;
-
-#endif
-               #endregion // Events
-
                #region Methods
 
                protected virtual RowUpdatedEventArgs CreateRowUpdatedEvent (DataRow dataRow, IDbCommand command,