Method | Description | |
---|---|---|
BadDaoConfigurationException ( string message ) : System |
Creates an exception indicating the configuration was no good.
|
|
BadDaoConfigurationException ( string message, |
Creates an exception indicating the configuration was no good.
|
public BadDaoConfigurationException ( string message ) : System | ||
message | string | What was wrong with the configuration. |
return | System |
public BadDaoConfigurationException ( string message, |
||
message | string | What was wrong with the configuration. |
innerException | Exception that was thrown (if any, may be null). | |
return | System |