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