C# Class Coinbase.Client.Websocket.Exceptions.CoinbaseException

Base Coinbase exception
Inheritance: Exception
Afficher le fichier Open project: Marfusios/coinbase-client-websocket

Méthodes publiques

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

Method Details

CoinbaseException() public méthode

public CoinbaseException ( ) : System
Résultat System

CoinbaseException() public méthode

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

CoinbaseException() public méthode

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