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

This exception is thrown when trying to use a transaction with a connection that doesn't support them.
Наследование: ExceptionWithConnectionInfo
Показать файл Открыть проект

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

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

This connection doesn't support transactions.

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

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

This connection doesn't support transactions.
public TransactionsNotSupportedException ( IConnectionDescriptor desc, string message )
desc IConnectionDescriptor Connection descriptor we were using to try to connect.
message string A message describing what is wrong with the connection type.