Class ValidationException
Exception thrown when xrpl.js sees a malformed transaction.
Inheritance
object
Exception
ValidationException
Assembly: Xrpl.dll
Syntax
public class ValidationException : XrplException
Constructors
|
Edit this page
View Source
ValidationException(string)
Declaration
public ValidationException(string message = null)
Parameters
| Type |
Name |
Description |
| string |
message |
|
|
Edit this page
View Source
ValidationException(string, Exception?)
Declaration
public ValidationException(string message, Exception? InnerException)
Parameters
| Type |
Name |
Description |
| string |
message |
|
| Exception |
InnerException |
|
Extension Methods