C# Class IronJSON.JSONException

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

Public Methods

Method Description
JSONException ( string message ) : System

Pass a message to the exception.

Method Details

JSONException() public method

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