1 type derived from ContentGenerationException
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
MacroProcessingException.cs (1)
9internal sealed class MacroProcessingException : ContentGenerationException
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)