Michael Foord <[email protected]> Wrote: >"That will throw a SystemExit exception. You can have exception handling >in your C# that catches this specific error."
Doh! Yeah... should have checked that. I just didn't figure calling sys.Exit() was a code exception, so I thought it was something else I was doing wrong... Interestingly, when I check the exception message, it is empty. (ie ex.message == "") But I can catch that as a quick exit from python and handle it in the C# code. That's working. Thanks!
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
