C# Class apophis.SharpIRC.ConnectionException

Inheritance: SharpIrcException
Datei anzeigen Open project: FreeApophis/sharpIRC

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