[IronPython] Sys.exit request

Paul Moore paul.moore at centrify.com
Mon Nov 13 15:37:58 PST 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 users mailing list