Class NotConnectingException
There is no connection and no attempt to make one.
Inherited Members
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 SourceNotConnectingException(string)
Declaration
public NotConnectingException(string message = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |