C# Класс Azavea.Open.DAO.Exceptions.UnableToCreateTransactionException

This exception is thrown when we are unable to begin a transaction.
Наследование: ExceptionWithConnectionInfo
Показать файл Открыть проект

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

Метод Описание
UnableToCreateTransactionException ( IConnectionDescriptor desc, Exception e ) : System

Unable to begin a transaction against the database.

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

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

Unable to begin a transaction against the database.
public UnableToCreateTransactionException ( IConnectionDescriptor desc, Exception e ) : System
desc IConnectionDescriptor Connection descriptor we were using to try to connect.
e System.Exception Exception that was thrown by the database driver.
Результат System