IsRecoverable Property (OracleException)
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.
public bool IsRecoverable {get;}
'Declaration
Public ReadOnly Property IsRecoverable As Boolean
Property Value
true if application can chose to re-submit the existing transaction based on the current transaction status; otherwise,
false.