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

In This Topic
    Errors Property (OracleInfoMessageEventArgs)
    In This Topic
    Returns collection of errors generated by OracleCommand.
    Syntax
    'Declaration
     
    Public ReadOnly Property Errors As OracleErrorCollection
    public OracleErrorCollection Errors {get;}

    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.
    See Also