Show / Hide Table of Contents

Class NotFoundException

Exception thrown when xrpl.js cannot retrieve a transaction, ledger, account, etc. From rippled.

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

Constructors

| Edit this page View Source

NotFoundException(string)

Declaration
public NotFoundException(string message = "Not Found")
Parameters
Type Name Description
string message

Extension Methods

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