1 instantiation of CompilationErrorException
Microsoft.CodeAnalysis.Scripting (1)
ScriptBuilder.cs (1)
114throw new CompilationErrorException(
13 references to CompilationErrorException
Microsoft.CodeAnalysis.CSharp.Scripting (4)
CSharpScript.cs (4)
97/// <exception cref="CompilationErrorException">Specified code has errors.</exception> 111/// <exception cref="CompilationErrorException">Specified code has errors.</exception> 127/// <exception cref="CompilationErrorException">Specified code has errors.</exception> 142/// <exception cref="CompilationErrorException">Specified code has errors.</exception>
Microsoft.CodeAnalysis.Scripting (9)
Hosting\CommandLine\CommandLineRunner.cs (1)
210catch (CompilationErrorException e)
Script.cs (6)
368catch (CompilationErrorException e) 386/// <exception cref="CompilationErrorException">Compilation has errors.</exception> 397/// <exception cref="CompilationErrorException">Compilation has errors.</exception> 410/// <exception cref="CompilationErrorException">Compilation has errors.</exception> 467/// <exception cref="CompilationErrorException">Compilation has errors.</exception> 485/// <exception cref="CompilationErrorException">Compilation has errors.</exception>
ScriptBuilder.cs (1)
77/// <exception cref="CompilationErrorException">Compilation has errors.</exception>
ScriptOptions.cs (1)
86/// Any resolution errors are reported at that point through <see cref="CompilationErrorException"/>.