C# 클래스 CmdLine.CommandLineHelpException

상속: CmdLine.CommandLineException
파일 보기 프로젝트 열기: dotnet/ef6tools

공개 메소드들

메소드 설명
CommandLineHelpException ( CmdLine.CommandArgumentHelp argumentHelp ) : System
CommandLineHelpException ( CmdLine.CommandArgumentHelp argumentHelp, Exception inner ) : System
CommandLineHelpException ( string message ) : System

메소드 상세

CommandLineHelpException() 공개 메소드

public CommandLineHelpException ( CmdLine.CommandArgumentHelp argumentHelp ) : System
argumentHelp CmdLine.CommandArgumentHelp
리턴 System

CommandLineHelpException() 공개 메소드

public CommandLineHelpException ( CmdLine.CommandArgumentHelp argumentHelp, Exception inner ) : System
argumentHelp CmdLine.CommandArgumentHelp
inner Exception
리턴 System

CommandLineHelpException() 공개 메소드

public CommandLineHelpException ( string message ) : System
message string
리턴 System