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

Raised when an update action causes a unique constraint violation in an index.
It is only another class because Mongo makes a distinction and it may be helpful.
Наследование: MongoDuplicateKeyException
Показать файл Открыть проект

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

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

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

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

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

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

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