C# Class IrcDotNet.InvalidCommandParametersException

Inheritance: System.Exception
ファイルを表示 Open project: IrcDotNet/IrcDotNet

Public Methods

Method Description
GetMessage ( string command ) : string
InvalidCommandParametersException ( int minParameters, int maxParameters = null ) : System

Method Details

GetMessage() public method

public GetMessage ( string command ) : string
command string
return string

InvalidCommandParametersException() public method

public InvalidCommandParametersException ( int minParameters, int maxParameters = null ) : System
minParameters int
maxParameters int
return System