C# Class IrcDotNet.IrcBotException

Inheritance: System.Exception
Datei anzeigen Open project: IrcDotNet/IrcDotNet

Public Methods

Method Description
IrcBotException ( IrcBotExceptionType type, string message ) : System

Method Details

IrcBotException() public method

public IrcBotException ( IrcBotExceptionType type, string message ) : System
type IrcBotExceptionType
message string
return System