Table of Contents

Constructor JsonRpcError

Namespace
Sisk.JsonRPC
Assembly
Sisk.JsonRPC.dll

JsonRpcError()

public JsonRpcError()

JsonRpcError(int, string)

public JsonRpcError(int code, string message)

Parameters

code int
message string

JsonRpcError(int, string, JsonValue)

public JsonRpcError(int code, string message, JsonValue data)

Parameters

code int
message string
data JsonValue