C# Class BinanceClient.BroadcastTransactions.Models.BlockchainNetworkMismatchException

Inheritance: Exception
Show file Open project: vazsimon/Binance-DEX-CSharp-SDK

Public Methods

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

Protected Methods

Method Description
BlockchainNetworkMismatchException ( SerializationInfo info, StreamingContext context ) : System

Method Details

BlockchainNetworkMismatchException() public method

public BlockchainNetworkMismatchException ( ) : System
return System

BlockchainNetworkMismatchException() protected method

protected BlockchainNetworkMismatchException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

BlockchainNetworkMismatchException() public method

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

BlockchainNetworkMismatchException() public method

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