Show / Hide Table of Contents

Class ValidationException

Exception thrown when xrpl.js sees a malformed transaction.

Inheritance
object
Exception
XrplException
ValidationException
Namespace: Xrpl.Client.Exceptions
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

XrplErrorClassifier.Classify(Exception)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX