1 instantiation of ContentGenerationException
Microsoft.TemplateEngine.Core (1)
Util\Orchestrator.cs (1)
296
throw new
ContentGenerationException
($"Error while processing file {sourceFile.FullPath}", ex);
2 references to ContentGenerationException
Microsoft.TemplateEngine.Cli (2)
TemplateInvoker.cs (2)
66
catch (
ContentGenerationException
cx)
179
catch (
ContentGenerationException
cx)