C# Class apophis.SharpIRC.NotConnectedException

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

Public Methods

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

Protected Methods

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

Method Details

NotConnectedException() public method

public NotConnectedException ( ) : System
return System

NotConnectedException() protected method

protected NotConnectedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

NotConnectedException() public method

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

NotConnectedException() public method

public NotConnectedException ( string message, Exception e ) : System
message string
e System.Exception
return System