dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleException Class / Errors Property

Errors Property (OracleException)
This property specifies a collection of one or more OracleError objects that contain information about exceptions generated by the Oracle database.
Syntax
'Declaration
 
Public ReadOnly Property Errors As OracleErrorCollection
 

Property Value

An OracleErrorCollection.
Remarks
This property is initialized only when errors occur during DML array binding operation. The Errors property contains at least one instance of OracleError objects.
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