C# Класс CSMongo.Exceptions.ConnectionNotOpenedException

Thrown when a request is sent to the server but the connection has not been opened yet
Наследование: System.InvalidOperationException
Показать файл Открыть проект

Открытые методы

Метод Описание
ConnectionNotOpenedException ( string host ) : System

Throws an exception that the connection isn't ready yet

Описание методов

ConnectionNotOpenedException() публичный Метод

Throws an exception that the connection isn't ready yet
public ConnectionNotOpenedException ( string host ) : System
host string
Результат System