C# Класс IrcDotNet.InvalidCommandParametersException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
GetMessage ( string command ) : string
InvalidCommandParametersException ( int minParameters, int maxParameters = null ) : System

Описание методов

GetMessage() публичный Метод

public GetMessage ( string command ) : string
command string
Результат string

InvalidCommandParametersException() публичный Метод

public InvalidCommandParametersException ( int minParameters, int maxParameters = null ) : System
minParameters int
maxParameters int
Результат System