Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Reference
UnknownDatabaseException Class
UnknownDatabaseException Members
Microsoft.EnterpriseManagement.Common Namespace