Property ContinueOnError
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
ContinueOnError
Gets a value indicating whether the server should continue on error.
public bool ContinueOnError { get; set; }
Property Value
- bool
true
if the server should continue on error; otherwise,false
.