C# Class JsonException, tf_client

Inheritance: ApplicationException
Show file Open project: wids-eria/tf_client Class Usage Examples

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 Exception
return System