C# Class Meebey.SmartIrc4net.NotConnectedException

Inheritance: ConnectionException
Show file Open project: thehackingsage/ddos

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