Show / Hide Table of Contents

Class XrplException

Inheritance
object
Exception
XrplException
ConnectionException
DisconnectedException
NotConnectedException
NotFoundException
ResponseFormatException
RippledException
RippledNotInitializedException
TimeoutException
UnexpectedException
ValidationException
XRPLFaucetException
Namespace: Xrpl.Client.Exceptions
Assembly: Xrpl.dll
Syntax
public class XrplException : Exception

Constructors

| Edit this page View Source

XrplException()

Declaration
public XrplException()
| Edit this page View Source

XrplException(string)

Declaration
public XrplException(string message)
Parameters
Type Name Description
string message
| Edit this page View Source

XrplException(string, Exception?)

Declaration
public XrplException(string message, Exception? InnerException)
Parameters
Type Name Description
string message
Exception InnerException

Extension Methods

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