Table of Contents

Class WalletDataSourceException

Namespace
Concordium.Sdk.Wallets
Assembly
Concordium.Sdk.dll

Represents an error indicating failure in a receiver of TryGetSignKeys() or TryGetAccountAddress().

This could for instance be due to a parsing or IO error depending on the underlying implementation.

public class WalletDataSourceException : Exception, ISerializable
Inheritance
WalletDataSourceException
Implements
Inherited Members

Constructors

WalletDataSourceException()

Initialize instance with no message.

public WalletDataSourceException()

WalletDataSourceException(string)

Initialize instance with a message.

public WalletDataSourceException(string message)

Parameters

message string

WalletDataSourceException(string, Exception)

Initialize instance with a message and a reference to an inner exception.

public WalletDataSourceException(string message, Exception inner)

Parameters

message string
inner Exception