Show / Hide Table of Contents

Class EncodingFormatException

Inheritance
object
Exception
SystemException
FormatException
EncodingFormatException
Namespace: Xrpl.AddressCodec
Assembly: Xrpl.AddressCodec.dll
Syntax
[Serializable]
public class EncodingFormatException : FormatException

Constructors

| Edit this page View Source

EncodingFormatException()

Declaration
public EncodingFormatException()
| Edit this page View Source

EncodingFormatException(SerializationInfo, StreamingContext)

Declaration
protected EncodingFormatException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
| Edit this page View Source

EncodingFormatException(string)

Declaration
public EncodingFormatException(string message)
Parameters
Type Name Description
string message
| Edit this page View Source

EncodingFormatException(string, Exception)

Declaration
public EncodingFormatException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX