C# Class BitcoinNET.RPCClient.BitcoinRPCException

Inheritance: System.Exception
Afficher le fichier Open project: mb300sd/Bitcoin.NET

Méthodes publiques

Méthode Description
BitcoinRPCException ( RPCError rpcError ) : System
BitcoinRPCException ( RPCError rpcError, Exception innerException ) : System

Method Details

BitcoinRPCException() public méthode

public BitcoinRPCException ( RPCError rpcError ) : System
rpcError RPCError
Résultat System

BitcoinRPCException() public méthode

public BitcoinRPCException ( RPCError rpcError, Exception innerException ) : System
rpcError RPCError
innerException System.Exception
Résultat System