C# Class JsonMe.JsonException

Inheritance: System.Exception
Show file Open project: JeffreyZhao/JsonMe

Public Methods

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

Method Details

JsonException() public method

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

JsonException() public method

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