OracleException Properties

OracleException properties are listed in Table 6-83.

Table 6-83 OracleException Properties

Property Description

DataSource

Specifies the TNS name that contains the information for connecting to an Oracle instance

Errors

Specifies a collection of one or more OracleError objects that contain information about exceptions generated by the Oracle database

HelpLink

Inherited from System.Exception

InnerException

Inherited from System.Exception

IsRecoverable

Specifies whether the current operation producing this exception can succeed if retried

Message

Specifies the error messages that occur in the exception

Number

Specifies the Oracle error number

OracleLogicalTransaction

Returns an OracleLogicalTransaction object for a recoverable error when using Transaction Guard

Procedure

Specifies the stored procedure that cause the exception

Source

Specifies the name of the data provider that generates the error

StackTrace

Inherited from System.Exception

TargetSite

Inherited from System.Exception