C# Class Meebey.SmartIrc4net.CouldNotConnectException

Inheritance: ConnectionException
ファイルを表示 Open project: thehackingsage/ddos

Public Methods

Method Description
CouldNotConnectException ( ) : System
CouldNotConnectException ( string message ) : System
CouldNotConnectException ( string message, Exception e ) : System

Protected Methods

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

Method Details

CouldNotConnectException() public method

public CouldNotConnectException ( ) : System
return System

CouldNotConnectException() protected method

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

CouldNotConnectException() public method

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

CouldNotConnectException() public method

public CouldNotConnectException ( string message, Exception e ) : System
message string
e Exception
return System