C# Class Meebey.SmartIrc4net.AlreadyConnectedException

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

Public Methods

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

Protected Methods

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

Method Details

AlreadyConnectedException() public method

public AlreadyConnectedException ( ) : System
return System

AlreadyConnectedException() protected method

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

AlreadyConnectedException() public method

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

AlreadyConnectedException() public method

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