C# Class Squishy.Irc.IrcException

Inheritance: System.Exception
Show file Open project: jaddie/WCell-Utility-Bot

Public Methods

Method Description
IrcException ( ) : System
IrcException ( string message ) : System
IrcException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

IrcException() public method

public IrcException ( ) : System
return System

IrcException() protected method

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

IrcException() public method

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

IrcException() public method

public IrcException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System