Table of Contents

Method IsWriteConcernErrorOnly

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

IsWriteConcernErrorOnly()

Determines whether the exception is due to a write concern error only.

public bool IsWriteConcernErrorOnly()

Returns

bool

true if the exception is due to a write concern error only; otherwise, false.