C# Class Azavea.Open.DAO.Exceptions.AlreadyTerminatedException

This exception is thrown when trying to close or finish something that has already been closed or finished (I.E. committing a transaction more than once).
Inheritance: ExceptionWithConnectionInfo
Datei anzeigen Open project: azavea/net-dao

Public Methods

Method Description
AlreadyTerminatedException ( IConnectionDescriptor desc, string message )

This has already been closed/terminated/etc.

Method Details

AlreadyTerminatedException() public method

This has already been closed/terminated/etc.
public AlreadyTerminatedException ( IConnectionDescriptor desc, string message )
desc IConnectionDescriptor Connection descriptor we were using.
message string What was already terminated.