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.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
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