Show / Hide Table of Contents

Class RippleException

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

Constructors

| Edit this page View Source

RippleException()

Declaration
public RippleException()
| Edit this page View Source

RippleException(string)

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

RippleException(string, Exception?)

Declaration
public RippleException(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