[]
Rolls back the transaction.
public void Rollback()
Public Sub Rollback()
Calling this method cancels the changes that were made in the scope of this transaction.
| Type | Condition |
|---|---|
| InvalidOperationException | The State is Committed or Committing. |