C# Class BitSharper.PeerException

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

Public Methods

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

Method Details

PeerException() public method

public PeerException ( ) : System
return System

PeerException() public method

public PeerException ( Exception innerException ) : System
innerException System.Exception
return System

PeerException() public method

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

PeerException() public method

public PeerException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System