C# Class IronJSON.JSONException

Custon Iron JSON exception. Used for everything in the library.
Inheritance: System.Exception
Afficher le fichier Open project: jabb/IronJSON

Méthodes publiques

Méthode Description
JSONException ( string message ) : System

Pass a message to the exception.

Method Details

JSONException() public méthode

Pass a message to the exception.
public JSONException ( string message ) : System
message string /// A ///
Résultat System