C# Class LedgerWallet.LedgerWalletException

Inheritance: System.Exception
Datei anzeigen Open project: LedgerHQ/ledger-dotnet-api

Public Methods

Method Description
LedgerWalletException ( string message ) : System
LedgerWalletException ( string message, LedgerWalletStatus sw ) : System

Method Details

LedgerWalletException() public method

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

LedgerWalletException() public method

public LedgerWalletException ( string message, LedgerWalletStatus sw ) : System
message string
sw LedgerWalletStatus
return System