C# Class IronJSON.JSONManager.ValueAccessException

Thrown when trying to retrieve a different value from the one that exists.
Inheritance: KeyException
Show file Open project: jabb/IronJSON

Public Methods

Method Description
ValueAccessException ( string tried, string actual ) : System

Method Details

ValueAccessException() public method

public ValueAccessException ( string tried, string actual ) : System
tried string
actual string
return System