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

Errors Property (OracleInfoMessageEventArgs)
Returns collection of errors generated by OracleCommand.
Syntax
'Declaration
 
Public ReadOnly Property Errors As OracleErrorCollection
 

Property Value

Collection of errors.
Remarks
You can query the Error objects in this collection for the error number and message text, as well as the source of the error. There are also details about the database, stored procedure, and line number that the message came from.
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