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

This exception is thrown when the connection you have is wrong for what you're trying to do.
Наследование: ExceptionWithConnectionInfo
Показать файл Открыть проект

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

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

This connection can't do that.

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

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

This connection can't do that.
public BadConnectionTypeException ( 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.