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

In This Topic
    IsRecoverable Property (OracleException)
    In This Topic
    Determines whether an application can chose to re-submit the existing transaction based on the current transaction status or it must roll-back, re-execute, and re-submit the current transaction.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsRecoverable As Boolean
    public bool IsRecoverable {get;}

    Property Value

    true if application can chose to re-submit the existing transaction based on the current transaction status; otherwise, false.
    See Also