C# Класс 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).
Наследование: ExceptionWithConnectionInfo
Показать файл Открыть проект

Открытые методы

Метод Описание
AlreadyTerminatedException ( IConnectionDescriptor desc, string message )

This has already been closed/terminated/etc.

Описание методов

AlreadyTerminatedException() публичный Метод

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.