dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleError Class

In This Topic
    OracleError Class Properties
    In This Topic

    For a list of all members of this type, see OracleError members.

    Public Properties
     NameDescription
    Public PropertyRepresents row offset within DML array binding operation that generates the error.  
    Public PropertyGets a code that identifies the type of the error.  
    Public PropertyIndicates whether the error is recoverable, i. e. the application can choose to re-submit the existing transaction based on the current transaction status.  
    Public PropertyGets number of line where source of the error is located.  
    Public PropertyGets number of column in a line where source of the error is located.  
    Public PropertyGets a message that describes the current exception.  
    Public PropertyGets the name of the object.  
    Public PropertyGets the owner of the object.  
    Public PropertyGets the type of the object.  
    Top
    See Also