Class DisconnectedException
Exception thrown when xrpl.js has disconnected from rippled server.
Inheritance
object
Exception
DisconnectedException
Assembly: Xrpl.dll
Syntax
public class DisconnectedException : XrplException
Constructors
|
Edit this page
View Source
DisconnectedException(string)
Declaration
public DisconnectedException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
|
Edit this page
View Source
DisconnectedException(string, Exception?)
Declaration
public DisconnectedException(string message, Exception? innerException)
Parameters
| Type |
Name |
Description |
| string |
message |
|
| Exception |
innerException |
|
Extension Methods