C# 클래스 Fonet.Cli.Parser.CommandLineException

Thrown if an unknown option is encountered or a parameter option is missing an argument.
상속: ApplicationException
파일 보기 프로젝트 열기: prepare/FO.NET

공개 메소드들

메소드 설명
CommandLineException ( string msg ) : System

Initializes a new instance of the CommandLineException class.

메소드 상세

CommandLineException() 공개 메소드

Initializes a new instance of the CommandLineException class.
public CommandLineException ( string msg ) : System
msg string A message that describes the unexpected condition.
리턴 System