C# Class JsonMe.KeyNotFoundException

Inheritance: MappingException
Datei anzeigen Open project: JeffreyZhao/JsonMe

Public Methods

Method Description
KeyNotFoundException ( System.Json.JsonObject jsonObj, string key ) : System

Private Methods

Method Description
BuildMessage ( System.Json.JsonObject jsonObj, string key ) : string

Method Details

KeyNotFoundException() public method

public KeyNotFoundException ( System.Json.JsonObject jsonObj, string key ) : System
jsonObj System.Json.JsonObject
key string
return System