See Also
You are here: Interfacing > C++ Client Interface > scdriver Namespace > Classes > CConnection Class > CConnection Methods > AbortTransaction Method
ContentsIndexHome
PreviousUpNext
CConnection::AbortTransaction Method

Abort/Rollback current transaction. The transaction must be started using BeginTransaction() function.

C++
public: void AbortTransaction();
C#
public void AbortTransaction();
Visual Basic
Public Function AbortTransaction() As void
Returns

If server sends back to the client the error, node_exception exception, containing the error message, will be thrown