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

In This Topic
    IsRecoverable Property (OracleError)
    In This Topic
    Indicates whether the error is recoverable, i. e. the application can choose to re-submit the existing transaction based on the current transaction status.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsRecoverable As Boolean
    public bool IsRecoverable {get;}

    Property Value

    true if the error is recoverable; otherwise, false.
    See Also