C# Class IronJSON.JSONManager.KeyNotFoundException

Thrown when a key isn't found.
Inheritance: KeyException
Show file Open project: jabb/IronJSON

Public Methods

Method Description
KeyNotFoundException ( string message ) : System

Method Details

KeyNotFoundException() public method

public KeyNotFoundException ( string message ) : System
message string
return System