| 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();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.
| Property | Description |
|---|---|
| Column | Gets column number where an error occurred. |
| Exception | Gets the OracleException instance that an OracleLoader throws. |
| Ignore | Gets or sets whether the current error will be ignored or not. |
| Row | Gets row number where an error occurred. |
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:
| Property | Description |
|---|---|
| OracleLoaderErrorEventArgs.Column | Gets column where an error occurred. |
| OracleLoaderErrorEventArgs.Row | Gets row where an error occurred. |
| OracleLoaderErrorEventArgs.Exception | Gets OracleException object with error specific information. |
| OracleLoaderErrorEventArgs.Ignore | Specifies 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.
OracleLoader Class | OracleLoader Members
© 2002 - 2013 Devart. All Rights Reserved.