C# Class MongoDB.Driver.MongoCommandException

Raised when a command returns a failure message.
Inheritance: MongoException
Mostrar archivo Open project: sdether/mongodb-csharp Class Usage Examples

Public Methods

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

Method Details

MongoCommandException() public method

public MongoCommandException ( string message, Document error, Document command ) : System
message string
error Document
command Document
return System

MongoCommandException() public method

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