C# Класс MongoDB.Driver.MongoCommandException

Raised when a command returns a failure message.
Наследование: MongoException
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MongoCommandException ( string message, Document error, Document command ) : System
MongoCommandException ( string message, Document error, Document command, Exception e ) : System

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

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

public MongoCommandException ( string message, Document error, Document command ) : System
message string
error Document
command Document
Результат System

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

public MongoCommandException ( string message, Document error, Document command, Exception e ) : System
message string
error Document
command Document
e System.Exception
Результат System