See Also

OracleLoader Class  | OracleLoader Members

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

Error Event

Devart.Data.Oracle Namespace > OracleLoader Class : Error Event (OracleLoader)

Raises when an error occurs during a load operation.

[Visual Basic]
Public Event Error() As OracleLoaderErrorEventHandler
[C#]
public event OracleLoaderErrorEventHandler Error();

Event Data

The event handler receives an argument of type OracleLoaderErrorEventArgs containing data related to this event. The following OracleLoaderErrorEventArgs properties provide information specific to this event.

PropertyDescription
ColumnGets column number where an error occurred.
ExceptionGets the OracleException instance that an OracleLoader throws.
IgnoreGets or sets whether the current error will be ignored or not.
RowGets row number where an error occurred.

Remarks

The event handler receives an argument of OracleLoaderErrorEventArgs type containing data related to this event. The following OracleLoaderErrorEventArgs properties provide information specific to this event:
PropertyDescription
OracleLoaderErrorEventArgs.ColumnGets column where an error occurred.
OracleLoaderErrorEventArgs.RowGets row where an error occurred.
OracleLoaderErrorEventArgs.ExceptionGets OracleException object with error specific information.
OracleLoaderErrorEventArgs.IgnoreSpecifies whether current error will be ignored.

Clients that want to process errors raised by the server should create an __Delegates.OracleLoaderErrorEventHandler delegate to listen to this event.

See Also

OracleLoader Class  | OracleLoader Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.