Class RippledException
Exception thrown when rippled responds with an Exception.
Namespace: Xrpl.Client.Exceptions
Assembly: Xrpl.dll
Syntax
public class RippledException : XrplException
Constructors
| Edit this page View SourceRippledException(string, ErrorResponse)
Declaration
public RippledException(string message, ErrorResponse response)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| ErrorResponse | response |
Properties
| Edit this page View SourceResponse
Declaration
public ErrorResponse Response { get; }
Property Value
| Type | Description |
|---|---|
| ErrorResponse |