C# Class IronJSON.JSONManager.InvalidKeyException

Thrown when passed an invalid key. Keys are integers or strings. Or when trying to access an object entry with an integer.
Inheritance: KeyException
Mostrar archivo Open project: jabb/IronJSON

Public Methods

Method Description
InvalidKeyException ( string message ) : System

Method Details

InvalidKeyException() public method

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