C# Class MongoDB.Driver.MongoMapReduceException

Raised when a map reduce call fails.
Inheritance: MongoCommandException
Mostrar archivo Open project: sdether/mongodb-csharp

Public Methods

Method Description
MongoMapReduceException ( MongoCommandException mce, MapReduce mr ) : System

Method Details

MongoMapReduceException() public method

public MongoMapReduceException ( MongoCommandException mce, MapReduce mr ) : System
mce MongoCommandException
mr MapReduce
return System