C# Class Stratis.Bitcoin.Features.Wallet.AddressBookException

An exception thrown by operations on the address book.
Inheritance: Exception
Afficher le fichier Open project: stratisproject/StratisFullNode

Méthodes publiques

Méthode Description
AddressBookException ( ) : System
AddressBookException ( string message ) : System
AddressBookException ( string message, Exception innerException ) : System

Method Details

AddressBookException() public méthode

public AddressBookException ( ) : System
Résultat System

AddressBookException() public méthode

public AddressBookException ( string message ) : System
message string
Résultat System

AddressBookException() public méthode

public AddressBookException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System