CSMongo.Results.GetPreviousErrorResult.GetPreviousErrorResult C# (CSharp) Method

GetPreviousErrorResult() public method

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