C# Class MongoDB.Driver.MongoDuplicateKeyException

Raised when an action causes a unique constraint violation in an index.
Inheritance: MongoOperationException
Mostra file Open project: sdether/mongodb-csharp Class Usage Examples

Public Methods

Method Description
MongoDuplicateKeyException ( string message, Document error ) : System
MongoDuplicateKeyException ( string message, Document error, Exception e ) : System

Method Details

MongoDuplicateKeyException() public method

public MongoDuplicateKeyException ( string message, Document error ) : System
message string
error Document
return System

MongoDuplicateKeyException() public method

public MongoDuplicateKeyException ( string message, Document error, Exception e ) : System
message string
error Document
e System.Exception
return System