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

In This Topic
Errors Property (OracleException)
In This Topic
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.
See Also