TerminateWithoutException

AbstractInterruptMonitor.TerminateWithoutException property

程序被中断时,是静默终止程序还是抛出异常。 默认为false,即当IsInterruptionRequested是真的, aCellsException带代码Interrupted将被抛出。

public virtual bool TerminateWithoutException { get; }

也可以看看