OracleException Members

OracleException members are listed in the following tables.

OracleException Static Methods

The OracleException static method is listed in Table 6-79.

Table 6-79 OracleException Static Method

Method Description

Equals

Inherited from System.Object (Overloaded)

OracleException Properties

OracleException properties are listed in Table 6-80.

Table 6-80 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

OracleException Methods

OracleException methods are listed in Table 6-81.

Table 6-81 OracleException Methods

Method Description

Equals

Inherited from System.Object (Overloaded)

GetBaseException

Inherited from System.Exception

GetHashCode

Inherited from System.Object

GetObjectData

Sets the serializable info object with information about the exception

GetType

Inherited from System.Object

ToString

Returns the fully qualified name of this exception