C# Class BinanceClient.BroadcastTransactions.Models.BlockchainNetworkMismatchException

Inheritance: Exception
Afficher le fichier Open project: vazsimon/Binance-DEX-CSharp-SDK

Méthodes publiques

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

Méthodes protégées

Méthode Description
BlockchainNetworkMismatchException ( SerializationInfo info, StreamingContext context ) : System

Method Details

BlockchainNetworkMismatchException() public méthode

public BlockchainNetworkMismatchException ( ) : System
Résultat System

BlockchainNetworkMismatchException() protected méthode

protected BlockchainNetworkMismatchException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

BlockchainNetworkMismatchException() public méthode

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

BlockchainNetworkMismatchException() public méthode

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