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