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