Method ThrowInvalidState
ThrowInvalidState(string, params BsonReaderState[])
Throws an InvalidOperationException when the method called is not valid for the current state.
protected void ThrowInvalidState(string methodName, params BsonReaderState[] validStates)
Parameters
methodName
stringThe name of the method.
validStates
BsonReaderState[]The valid states.