C# Class Blockcore.Features.Wallet.AddressBook.AddressBookException

An exception thrown by operations on the address book.
Inheritance: Exception
Show file Open project: x42protocol/x42-BlockCore

Public Methods

Method Description
AddressBookException ( ) : System
AddressBookException ( string message ) : System
AddressBookException ( string message, Exception innerException ) : System

Method Details

AddressBookException() public method

public AddressBookException ( ) : System
return System

AddressBookException() public method

public AddressBookException ( string message ) : System
message string
return System

AddressBookException() public method

public AddressBookException ( string message, Exception innerException ) : System
message string
innerException Exception
return System