We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41a4f69 + fe61bf2 commit c9b9e04Copy full SHA for c9b9e04
src/Compilers/CSharp/Portable/Compiler/MethodCompiler.cs
@@ -321,7 +321,7 @@ private Task CompileNamedTypeAsTask(NamedTypeSymbol symbol)
321
{
322
CompileNamedType(symbol);
323
}
324
- catch (Exception e) when (FatalError.Report(e))
+ catch (Exception e) when (FatalError.ReportUnlessCanceled(e))
325
326
throw ExceptionUtilities.Unreachable;
327
0 commit comments