C# Class apophis.SharpIRC.AlreadyConnectedException

Inheritance: ConnectionException
显示文件 Open project: FreeApophis/sharpIRC

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 System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.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 System.Exception
return System