Consider the evalExpression function as describe at http://fsharp.github.io/FSharp.Compiler.Service/interactive.html no try to evaluate a failwith expression: ``` evalExpression "failwith \"inception\" " ``` this causes the session to fail (which is expected). But how can I get the raised exception?