Eplan Platform API
Eplan.EplApi.DataModel Namespace
/
Transaction Class
/ Abort Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++/CLI
C#
C++/CLI
In This Topic
Abort Method
In This Topic
Aborts the transaction. Cannot be called more than one time for given transaction.
Syntax
C#
C++/CLI
public
void
Abort()
public
:
void
Abort();
Exceptions
Exception
Description
Eplan.EplApi.Base.BaseException
Thrown when Transaction has already been committed or aborted.
See Also
Reference
Transaction Class
Transaction Members