FillErrorEventArgs public class FillErrorEventArgs : EventArgs Documentation public bool Continue { get; set; } public DataTable DataTable { get; } public Exception Errors { get; set; } public object[] Values { get; } public FillErrorEventArgs(DataTable dataTable, object[] values)