Table of Contents

Class JsonSerializationException

Namespace
Quartz
Assembly
Quartz.dll

A trigger, calendar or job data map that could not be written to, or read back out of, the store's JSON.

public sealed class JsonSerializationException : SchedulerException, ISerializable
Inheritance
JsonSerializationException
Implements
Inherited Members

Remarks

The cause carries what the serializer objected to — most often that no serializer is registered for a trigger or calendar type of the application's own.

Constructors

JsonSerializationException(string)

Initializes a new instance of the JsonSerializationException class.

public JsonSerializationException(string message)

Parameters

message string

What went wrong.

JsonSerializationException(string, Exception?)

Initializes a new instance of the JsonSerializationException class.

public JsonSerializationException(string message, Exception? innerException)

Parameters

message string

What went wrong.

innerException Exception

The cause.