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

This is the type of exception thrown by DAO methods when unable to read their config (or the values in it make no sense).
Наследование: Azavea.Open.Common.LoggingException
Показать файл Открыть проект

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

Метод Описание
BadDaoConfigurationException ( string message ) : System

Creates an exception indicating the configuration was no good.

BadDaoConfigurationException ( string message, Exception innerException ) : System

Creates an exception indicating the configuration was no good.

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

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

Creates an exception indicating the configuration was no good.
public BadDaoConfigurationException ( string message ) : System
message string What was wrong with the configuration.
Результат System

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

Creates an exception indicating the configuration was no good.
public BadDaoConfigurationException ( string message, Exception innerException ) : System
message string What was wrong with the configuration.
innerException System.Exception Exception that was thrown (if any, may be null).
Результат System