Class RippleException
Inheritance
object
Exception
RippleException
Assembly: Xrpl.dll
Syntax
public class RippleException : Exception
Constructors
|
Edit this page
View Source
RippleException()
Declaration
|
Edit this page
View Source
RippleException(string)
Declaration
public RippleException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
|
Edit this page
View Source
RippleException(string, Exception?)
Declaration
public RippleException(string message, Exception? InnerException)
Parameters
| Type |
Name |
Description |
| string |
message |
|
| Exception |
InnerException |
|
Extension Methods