C# Class Meebey.SmartIrc4net.ConnectionException

Inheritance: SmartIrc4netException
Mostra file Open project: thehackingsage/ddos

Public Methods

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

Protected Methods

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

Method Details

ConnectionException() public method

public ConnectionException ( ) : System
return System

ConnectionException() protected method

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

ConnectionException() public method

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

ConnectionException() public method

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