Class ProgramExitException
Used to signal that a program or tool should exit.
Namespace: Neon.Common
Assembly: Neon.Common.dll
Syntax
public class ProgramExitException : ExceptionConstructors
ProgramExitException(int)
Constructor.
Declaration
public ProgramExitException(int exitCode)Parameters
| Type | Name | Description | 
|---|---|---|
| int | exitCode | The desired program exit code. | 
Properties
ExitCode
Returns the desired program exit code.
Declaration
public int ExitCode { get; }Property Value
| Type | Description | 
|---|---|
| int |