See Also

OracleConnection Class  | OracleConnection Members

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

Error Event

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

Occurs when Oracle returns an error message.

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

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
CodeGets the Oracle specific error code.
MessageGets 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 __Delegates.OracleConnectionErrorEventHandler delegate to listen to this event.

See Also

OracleConnection Class  | OracleConnection Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.