C# Class Bitfinex.Client.Websocket.Exceptions.BitfinexException

Inheritance: Exception
Show file Open project: mdhatmaker/Trading-prime-csharp

Public Methods

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

Method Details

BitfinexException() public method

public BitfinexException ( ) : System
return System

BitfinexException() public method

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

BitfinexException() public method

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