Table of Contents

Class ResponseException

Namespace
chia.dotnet
Assembly
chia-dotnet.dll

Exception thrown when the RPC endpoint returns a response Message but Data.success is false oro there is a communication error on the WebSocket of http channel

public sealed class ResponseException : Exception, ISerializable
Inheritance
ResponseException
Implements
Inherited Members
Extension Methods

Remarks

ctor

Constructors

ResponseException(Message)

ctor

public ResponseException(Message request)

Parameters

request Message

The request sent to the service

ResponseException(Message, string)

ctor

public ResponseException(Message request, string message)

Parameters

request Message

The request sent to the service

message string

Message

ResponseException(Message, string, Exception?)

Exception thrown when the RPC endpoint returns a response Message but Data.success is false oro there is a communication error on the WebSocket of http channel

public ResponseException(Message request, string message, Exception? innerException)

Parameters

request Message

The request sent to the service

message string

Message

innerException Exception

InnerException

Remarks

ctor

Properties

Request

The request sent to the service

public Message Request { get; init; }

Property Value

Message
Exception thrown when the RPC endpoint returns a response but Data.success is false oro there is a communication error on the WebSocket of http channel