ConnectException

The exception is thrown when connection attempt to SQL server is failed due some reason.

class ConnectException : Exception {
string server;
}

Meta