C# Class BitSharper.PeerException

Thrown when a problem occurs in communicating with a peer, and we should retry.
Inheritance: System.Exception
Afficher le fichier Open project: TangibleCryptography/BitSharper

Méthodes publiques

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

Method Details

PeerException() public méthode

public PeerException ( ) : System
Résultat System

PeerException() public méthode

public PeerException ( Exception innerException ) : System
innerException System.Exception
Résultat System

PeerException() public méthode

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

PeerException() public méthode

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