C# Класс IronJSON.JSONException

Custon Iron JSON exception. Used for everything in the library.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
JSONException ( string message ) : System

Pass a message to the exception.

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

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

Pass a message to the exception.
public JSONException ( string message ) : System
message string /// A ///
Результат System