C# 클래스 IrcDotNet.InvalidCommandParametersException

상속: System.Exception
파일 보기 프로젝트 열기: IrcDotNet/IrcDotNet

공개 메소드들

메소드 설명
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