Esempio n. 1
0
 public void exit(object code)
 {
     // throw as a python exception here to get the args set.
     throw ExceptionConverter.CreateThrowable(ExceptionConverter.GetPythonExceptionByName("SystemExit"), code);
 }
Esempio n. 2
0
 public void exit()
 {
     throw ExceptionConverter.CreateThrowable(ExceptionConverter.GetPythonExceptionByName("SystemExit"));
 }