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

In This Topic
    OracleError Class Members
    In This Topic

    The following tables list the members exposed by OracleError.

    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
    Public Methods
     NameDescription
    Public Method  
    Public MethodCreates and returns a string representation of the current exception.  
    Top
    See Also