C# Class CSMongo.Results.GetPreviousErrorResult

Returns about a previous error on the server
Inheritance: GetLastErrorResult
Show file Open project: hugoware/CSMongo

Public Methods

Method Description
GetPreviousErrorResult ( BsonObject document ) : System

Creates a container for the last error message found

Method Details

GetPreviousErrorResult() public method

Creates a container for the last error message found
public GetPreviousErrorResult ( BsonObject document ) : System
document BsonObject
return System