C# Класс Newtonsoft.Json.JsonSerializationException

The exception thrown when an error occurs during JSON serialization or deserialization.
Наследование: Newtonsoft.Json.JsonException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
JsonSerializationException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the JsonSerializationException class.

Приватные методы

Метод Описание
Create ( IJsonLineInfo lineInfo, string path, string message, Exception ex ) : JsonSerializationException
Create ( JsonReader reader, string message ) : JsonSerializationException
Create ( JsonReader reader, string message, Exception ex ) : JsonSerializationException

Описание методов

JsonSerializationException() публичный Метод

Initializes a new instance of the JsonSerializationException class.
The parameter is null. The class name is null or is zero (0).
public JsonSerializationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
Результат System