C# 클래스 NekoKun.Core.CommandLineException

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

공개 프로퍼티들

프로퍼티 타입 설명
CommandClass System.Type
CommandLine string[]
Entry string

공개 메소드들

메소드 설명
CommandLineException ( string Message, System CommandClass, string Entry, string CommandLine ) : System
CommandLineException ( string Message, System CommandClass, string Entry, string CommandLine, Exception InnerException ) : System

메소드 상세

CommandLineException() 공개 메소드

public CommandLineException ( string Message, System CommandClass, string Entry, string CommandLine ) : System
Message string
CommandClass System
Entry string
CommandLine string
리턴 System

CommandLineException() 공개 메소드

public CommandLineException ( string Message, System CommandClass, string Entry, string CommandLine, Exception InnerException ) : System
Message string
CommandClass System
Entry string
CommandLine string
InnerException System.Exception
리턴 System

프로퍼티 상세

CommandClass 공개적으로 프로퍼티

public Type,System CommandClass
리턴 System.Type

CommandLine 공개적으로 프로퍼티

public string[] CommandLine
리턴 string[]

Entry 공개적으로 프로퍼티

public string Entry
리턴 string