C# Class clipr.Core.ParserExit

Thrown when the parser needs to immediately exit, such as after printing usage or version information.
Inheritance: System.Exception
Afficher le fichier Open project: nemec/clipr

Méthodes publiques

Méthode Description
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.

Method Details

ParserExit() public méthode

Create a new ParserExitException with an exit code of 0.
public ParserExit ( ) : System
Résultat System

ParserExit() public méthode

Create a new ParserExitException with the given exit code.
public ParserExit ( int exitCode ) : System
exitCode int
Résultat System