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
파일 보기 프로젝트 열기: sdether/mongodb-csharp

공개 메소드들

메소드 설명
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