Table of Contents

Class DeserializeEJsonOptions<TOutput>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents the options parameter for DeserializeEJson<TInput, TOutput>(TInput, DeserializeEJsonOptions<TOutput>). This class allows setting 'onError'.

public class DeserializeEJsonOptions<TOutput> : DeserializeEJsonOptions

Type Parameters

TOutput

The type of 'onError'.

Inheritance
DeserializeEJsonOptions<TOutput>
Inherited Members

Properties

OnError

The onError parameter.