//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // // markash // laled //------------------------------------------------------------------------------ namespace System.Data { // MDAC 59437 public delegate void FillErrorEventHandler(object sender, FillErrorEventArgs e); }