Show / Hide Table of Contents

Class RippledException

Exception thrown when rippled responds with an Exception.

Inheritance
object
Exception
XrplException
RippledException
Namespace: Xrpl.Client.Exceptions
Assembly: Xrpl.dll
Syntax
public class RippledException : XrplException

Constructors

| Edit this page View Source

RippledException(string, ErrorResponse)

Declaration
public RippledException(string message, ErrorResponse response)
Parameters
Type Name Description
string message
ErrorResponse response

Properties

| Edit this page View Source

Response

Declaration
public ErrorResponse Response { get; }
Property Value
Type Description
ErrorResponse

Extension Methods

XrplErrorClassifier.Classify(Exception)
XrplErrorClassifier.Classify(RippledException)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX