DbDataAdapter.OnFillError Method
Raises the FillError event.
Protected Overridable Sub OnFillError( _
ByVal value As FillErrorEventArgs _)
[C#]
protected virtual void OnFillError(FillErrorEventArgsvalue);
[C++]
protected: virtual void OnFillError(FillErrorEventArgs* value);
[JScript]
protected function OnFillError(
value : FillErrorEventArgs);
Parameters
- value
A FillErrorEventArgs that contains the event data.
Remarks
Raising an event invokes the event handler through a delegate. For an overview, see Raising an Event.
Notes to Inheritors: When overriding OnFillError in a derived class, be sure to call the base class's OnFillError method.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
DbDataAdapter Class | DbDataAdapter Members | System.Data.Common Namespace