BsonWriterThrowInvalidContextType Method |
Throws an InvalidOperationException when the method called is not valid for the current ContextType.
Namespace:
MongoDB.Bson.IO
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax protected void ThrowInvalidContextType(
string methodName,
ContextType actualContextType,
params ContextType[] validContextTypes
)
Protected Sub ThrowInvalidContextType (
methodName As String,
actualContextType As ContextType,
ParamArray validContextTypes As ContextType()
)
member ThrowInvalidContextType :
methodName : string *
actualContextType : ContextType *
validContextTypes : ContextType[] -> unit
Parameters
- methodName
- Type: SystemString
The name of the method. - actualContextType
- Type: MongoDB.Bson.IOContextType
The actual ContextType. - validContextTypes
- Type: MongoDB.Bson.IOContextType
The valid ContextTypes.
See Also