| Exception | Description |
|---|---|
| AddressFormatException | |
| AddressFormatException.InvalidCharacter |
This exception is thrown by
Base58 when you try to decode data and a character
isn't valid. |
| AddressFormatException.InvalidChecksum |
This exception is thrown by
Base58 when you try to decode data and a character
isn't valid. |
| AddressFormatException.InvalidDataLength |
This exception is thrown by
Base58 when you try to decode data and a character
isn't valid. |