C# Класс DynamicJson.JsonException

Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
JsonException ( ) : System
JsonException ( string message ) : System
JsonException ( string message, Exception inner ) : System

Защищенные методы

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

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

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

public JsonException ( ) : System
Результат System

JsonException() защищенный Метод

protected JsonException ( System info, System context ) : System
info System
context System
Результат System

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

public JsonException ( string message ) : System
message string
Результат System

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

public JsonException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System