C# 클래스 clipr.Core.ParserExit

Thrown when the parser needs to immediately exit, such as after printing usage or version information.
상속: System.Exception
파일 보기 프로젝트 열기: nemec/clipr

공개 메소드들

메소드 설명
ParserExit ( ) : System

Create a new ParserExitException with an exit code of 0.

ParserExit ( int exitCode ) : System

Create a new ParserExitException with the given exit code.

메소드 상세

ParserExit() 공개 메소드

Create a new ParserExitException with an exit code of 0.
public ParserExit ( ) : System
리턴 System

ParserExit() 공개 메소드

Create a new ParserExitException with the given exit code.
public ParserExit ( int exitCode ) : System
exitCode int
리턴 System