| Exception | Description |
|---|---|
| AddressFormatException | |
| AddressFormatException.InvalidCharacter |
This exception is thrown by Bech32 when you try to decode data and a character isn't valid.
|
| AddressFormatException.InvalidChecksum |
This exception is thrown by Bech32 when you try to decode data and a character isn't valid.
|
| AddressFormatException.InvalidDataLength |
This exception is thrown by Bech32 when you try to decode data and a character isn't valid.
|
| AddressFormatException.InvalidPrefix |
This exception is thrown by the hierarchy of classes when you try and decode an address or
private key with an invalid prefix (version header or human-readable part).
|
| MessageDecodingException |
Encoding exception.
|
| MessageEncodingException |
Encoding exception.
|