Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataAdapter.FillError Event

 

Returned when an error occurs during a fill operation.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public event FillErrorEventHandler FillError

The FillError event allows a user to determine whether or not the fill operation should continue after the error occurs. Examples of when the FillError event might occur are:

  • The data being added to a DataSet cannot be converted to a common language runtime type without losing precision.

  • The row being added contains data that violates a Constraint that must be enforced on a DataColumn in the DataSet.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft