Click or drag to resize
JsonException Constructor (String, Exception)
Creates new instance with a specified messageand a reference to the inner exception that is the cause of this exception.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public JsonException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message that describes the error. Value can be null.
innerException
Type: SystemException
The exception that is the cause of the current exception. Value can be null.
See Also