[IronPython] Sys.exit request

Paul Moore paul.moore at centrify.com
Tue Nov 14 00:37:58 CET 2006


I did ask before but I guess it got lost.

Can the PythonSystemExitException please have the parameter passed to
exit in it

So if I do

exit(12)

Then I can do

Catch(PythonSystemExitException ex)
{
	if((int)ex.ExitCode == 12)
		.......
}



More information about the Ironpython-users mailing list