Table of Contents

Class WalletResponseException

Namespace
Tessio.Verifier.OpenId4Vp
Assembly
Tessio.Verifier.OpenId4Vp.dll

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

message string

WalletResponseException(string, Exception)

Creates the exception with an inner cause.

public WalletResponseException(string message, Exception innerException)

Parameters

message string
innerException Exception