Click or drag to resize
BsonReader.ThrowInvalidState Method
Throws an InvalidOperationException when the method called is not valid for the current state.

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.2.0
Syntax
protected void ThrowInvalidState(
	string methodName,
	params BsonReaderState[] validStates
)

Parameters

methodName
Type: System.String
The name of the method.
validStates
Type:MongoDB.Bson.IO.BsonReaderState[]
The valid states.
See Also