Class WalletResponseException
Thrown when a wallet response cannot be parsed into presented credentials.
public sealed class WalletResponseException : Exception, ISerializable
- Inheritance
-
WalletResponseException
- Implements
- Inherited Members
Constructors
WalletResponseException(string)
Creates the exception.
public WalletResponseException(string message)
Parameters
messagestring
WalletResponseException(string, Exception)
Creates the exception with an inner cause.
public WalletResponseException(string message, Exception innerException)