Class SidecarJsonRpcException

Namespace
Kuestenlogik.Bowire.Plugins.Sidecar
Assembly
Kuestenlogik.Bowire.dll

Thrown when the sidecar returns a JSON-RPC error object.

public sealed class SidecarJsonRpcException : Exception, ISerializable
Inheritance
SidecarJsonRpcException
Implements
Inherited Members

Constructors

SidecarJsonRpcException()

public SidecarJsonRpcException()

SidecarJsonRpcException(int, string, string?)

public SidecarJsonRpcException(int code, string message, string? rawError)

Parameters

code int
message string
rawError string

SidecarJsonRpcException(string)

public SidecarJsonRpcException(string message)

Parameters

message string

SidecarJsonRpcException(string, Exception)

public SidecarJsonRpcException(string message, Exception innerException)

Parameters

message string
innerException Exception

Properties

Code

public int Code { get; }

Property Value

int

RawError

public string? RawError { get; }

Property Value

string