Table of Contents

Class JsonSerializerException

Namespace
Geotab.Serialization
Assembly
Geotab.Checkmate.ObjectModel.dll

A library agnostic exception to be thrown from BaseJsonSerializer2 and its subclasses.

public class JsonSerializerException : Exception, ISerializable, IKnownError
Inheritance
JsonSerializerException
Implements
Inherited Members

Constructors

JsonSerializerException()

Initializes a new instance of the JsonSerializerException class. Constructor.

public JsonSerializerException()

JsonSerializerException(string?, Exception?)

Initializes a new instance of the JsonSerializerException class. Constructor.

public JsonSerializerException(string? message, Exception? innerException = null)

Parameters

message string

The exception message.

innerException Exception

The inner exception.