Table of Contents

Class SerializeEJsonOptions<TOutput>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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

public class SerializeEJsonOptions<TOutput> : SerializeEJsonOptions

Type Parameters

TOutput

The type of 'onError'.

Inheritance
SerializeEJsonOptions<TOutput>
Inherited Members

Properties

OnError

The onError parameter.