UnableToOpenDatabaseException Constructors
An exception that is thrown when a database either cannot be created or opened.Name | Parameters | Description |
---|---|---|
UnableToOpenDatabaseException(String, Exception) | connectionString, innerException | Initializes a new instance of the UnableToOpenDatabaseException class with the specified settings. |
See Also