Class XrplException
Inheritance
object
Exception
XrplException
Namespace: Xrpl.Client.Exceptions
Assembly: Xrpl.dll
Syntax
public class XrplException : Exception
Constructors
| Edit this page View SourceXrplException()
Declaration
public XrplException()
XrplException(string)
Declaration
public XrplException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
XrplException(string, Exception?)
Declaration
public XrplException(string message, Exception? InnerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | InnerException |