C# 클래스 Simple.Generator.InvalidArgumentCountException

상속: ParserException
파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
InvalidArgumentCountException ( ) : System
InvalidArgumentCountException ( string command, int expected, int actual ) : System

보호된 메소드들

메소드 설명
InvalidArgumentCountException ( System info, System context ) : System

메소드 상세

InvalidArgumentCountException() 공개 메소드

public InvalidArgumentCountException ( ) : System
리턴 System

InvalidArgumentCountException() 보호된 메소드

protected InvalidArgumentCountException ( System info, System context ) : System
info System
context System
리턴 System

InvalidArgumentCountException() 공개 메소드

public InvalidArgumentCountException ( string command, int expected, int actual ) : System
command string
expected int
actual int
리턴 System