JsonException.

JsonException(string, Exception) Constructor

Namespace
LitJson
Containing Type
JsonException

Syntax

public JsonException(string message, Exception inner_exception)

Parameters

Name Type Description
message string
inner_exception Exception

Return Value

Type Description
void