C# Class JsonMe.MappingException

Inheritance: JsonException
Show file Open project: JeffreyZhao/JsonMe

Public Methods

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

Method Details

MappingException() public method

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

MappingException() public method

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