Click or drag to resize
JsonException Constructor (String, Exception)
Initializes a new instance of the JsonException class

Namespace: X3Platform.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public JsonException(
	string message,
	Exception inner_exception
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:X3Platform.Json.JsonException.#ctor(System.String,System.Exception)"]

inner_exception
Type: SystemException

[Missing <param name="inner_exception"/> documentation for "M:X3Platform.Json.JsonException.#ctor(System.String,System.Exception)"]

See Also