C# Class DynamicJson.JsonException

Inheritance: System.Exception
Datei anzeigen Open project: pieterbreed/Dynamic-Json-for-.NET

Public Methods

Method Description
JsonException ( ) : System
JsonException ( string message ) : System
JsonException ( string message, Exception inner ) : System

Protected Methods

Method Description
JsonException ( System info, System context ) : System

Method Details

JsonException() public method

public JsonException ( ) : System
return System

JsonException() protected method

protected JsonException ( System info, System context ) : System
info System
context System
return System

JsonException() public method

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

JsonException() public method

public JsonException ( string message, Exception inner ) : System
message string
inner System.Exception
return System