Summary
    Customized NUnit 3 exit code handling.
    Throws 
		CakeException on non-zero exit code.
    - Namespace
 - Cake
.Common .Tools .NUnit  - Containing Type
 - NUnit3Runner
 
Syntax
protected override void ProcessExitCode(int exitCode)
	Parameters
| Name | Type | Description | 
|---|---|---|
| exitCode | int | The process exit code. | 
Return Value
| Type | Description | 
|---|---|
| void | 
