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

Raised when an action causes a unique constraint violation in an index.
Наследование: MongoOperationException
Показать файл Открыть проект Примеры использования класса

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

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

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

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

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

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

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