Table of Contents

Method DriverMustThrowIfNotSupported

Namespace
MongoDB.Driver.Core.Misc
Assembly
MongoDB.Driver.Core.dll

DriverMustThrowIfNotSupported(int)

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

public bool DriverMustThrowIfNotSupported(int wireVersion)

Parameters

wireVersion int

The wire version.

Returns

bool

Whether the driver must throw if feature is not supported.