C# Class Meebey.SmartIrc4net.SmartIrc4netException

Inheritance: ApplicationException
Show file Open project: thehackingsage/ddos

Public Methods

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

Protected Methods

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

Method Details

SmartIrc4netException() public method

public SmartIrc4netException ( ) : System
return System

SmartIrc4netException() protected method

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

SmartIrc4netException() public method

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

SmartIrc4netException() public method

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