C# Class IrcDotNet.InvalidCommandParametersException

Inheritance: System.Exception
Afficher le fichier Open project: IrcDotNet/IrcDotNet

Méthodes publiques

Méthode Description
GetMessage ( string command ) : string
InvalidCommandParametersException ( int minParameters, int maxParameters = null ) : System

Method Details

GetMessage() public méthode

public GetMessage ( string command ) : string
command string
Résultat string

InvalidCommandParametersException() public méthode

public InvalidCommandParametersException ( int minParameters, int maxParameters = null ) : System
minParameters int
maxParameters int
Résultat System