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