C# Class ThirdParty.Json.LitJson.JsonException

Inheritance: System.Exception
Mostra file Open project: aws/aws-sdk-net

Public Methods

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

Private Methods

Method Description
JsonException ( ParserToken token ) : System
JsonException ( ParserToken token, Exception inner_exception ) : System
JsonException ( int c ) : System
JsonException ( int c, Exception inner_exception ) : System

Method Details

JsonException() public method

public JsonException ( ) : System
return System

JsonException() public method

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

JsonException() public method

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