Show / Hide Table of Contents

Class NotConnectedException

Exception thrown when xrpl.js is not connected to rippled server.

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

Constructors

| Edit this page View Source

NotConnectedException(string)

Declaration
public NotConnectedException(string message = null)
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