Initializes a new UnknownDatabaseException object.

Overload List

Name Description
UnknownDatabaseException () Initializes a new UnknownDatabaseException object.
UnknownDatabaseException (Exception) Initializes a new UnknownDatabaseException object by specifying an inner exception that caused the current exception.
UnknownDatabaseException (SqlException) Initializes a new UnknownDatabaseException object by specifying an inner SQL exception that caused the current exception.
UnknownDatabaseException (String) Initializes a new UnknownDatabaseException object by specifying the error message that describes the current exception.
UnknownDatabaseException (SerializationInfo, StreamingContext) Initializes a new UnknownDatabaseException object with serialized data.
UnknownDatabaseException (String, Exception) Initializes a new UnknownDatabaseException object with an error message and inner exception.
UnknownDatabaseException (String, SqlException) Initializes a new UnknownDatabaseException object with an error message and inner SQL exception.

See Also


Send comments about this topic to Microsoft.