Show / Hide Table of Contents

Class NotConnectingException

There is no connection and no attempt to make one.

Inheritance
object
Exception
XrplException
NotConnectedException
NotConnectingException
Inherited Members
NotConnectedException.DefaultMessage
Namespace: Xrpl.Client.Exceptions
Assembly: Xrpl.dll
Syntax
public class NotConnectingException : NotConnectedException
Remarks

Distinct from every other outcome in this family: nothing failed, nothing gave up, and nothing is in progress - Connect() was never called, or the client has settled after stopping. Waiting would wait forever, which is why it is reported instead.

Constructors

| Edit this page View Source

NotConnectingException(string)

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