CSMongo.MongoAdminDatabase.GetLastError C# (CSharp) Method

GetLastError() public method

Returns the most recent error from the server
public GetLastError ( ) : GetLastErrorResult
return GetLastErrorResult
        public GetLastErrorResult GetLastError()
        {
            return MongoDatabaseCommands.GetLastError(this._Database);
        }