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

Inheritance: Exception
Afficher le fichier Open project: mdhatmaker/Trading-prime-csharp

Méthodes publiques

Méthode Description
BitfinexException ( ) : System
BitfinexException ( string message ) : System
BitfinexException ( string message, Exception innerException ) : System

Method Details

BitfinexException() public méthode

public BitfinexException ( ) : System
Résultat System

BitfinexException() public méthode

public BitfinexException ( string message ) : System
message string
Résultat System

BitfinexException() public méthode

public BitfinexException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System