C# Class BitcoinNET.RPCClient.BitcoinRPCException

Inheritance: System.Exception
Show file Open project: mb300sd/Bitcoin.NET

Public Methods

Method Description
BitcoinRPCException ( RPCError rpcError ) : System
BitcoinRPCException ( RPCError rpcError, Exception innerException ) : System

Method Details

BitcoinRPCException() public method

public BitcoinRPCException ( RPCError rpcError ) : System
rpcError RPCError
return System

BitcoinRPCException() public method

public BitcoinRPCException ( RPCError rpcError, Exception innerException ) : System
rpcError RPCError
innerException System.Exception
return System