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
파일 보기 프로젝트 열기: azavea/net-dao

공개 메소드들

메소드 설명
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