dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnection Class / Error Event

Error Event (OracleConnection)
Occurs when Oracle returns an error message.
Syntax
'Declaration
 
Public Event Error As OracleConnectionErrorEventHandler
 
Event Data

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

PropertyDescription
Gets the Oracle specific error code.  
Gets the full text of the error sent from the Oracle database.  
Remarks

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also