Click or drag to resize

HintForFindAndModifyFeatureDriverMustThrowIfNotSupported Method

Determines whether the driver must throw an exception if the feature is not supported by the server.

Namespace:  MongoDB.Driver.Core.Misc
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public bool DriverMustThrowIfNotSupported(
	int wireVersion
)

Parameters

wireVersion
Type: SystemInt32
The wire version.

Return Value

Type: Boolean
Whether the driver must throw if feature is not supported.
See Also