1 write to Exception
Microsoft.CodeAnalysis.Scripting (1)
ScriptState.cs (1)
49
Exception
= exceptionOpt;
2 references to Exception
Microsoft.CodeAnalysis.Scripting (2)
Hosting\CommandLine\CommandLineRunner.cs (2)
308
if (state.
Exception
!= null)
310
DisplayException(state.
Exception
);