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.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
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