ExitException.this

Exit exception constructor.

class ExitException
this
(
int status
,
istring msg = null
)

Parameters

status int

exit status to return to the OS at exit

msg istring

optional message to show just before exiting

Meta