2 references to ContentGenerationException
Microsoft.TemplateEngine.Core (1)
Util\Orchestrator.cs (1)
296throw new ContentGenerationException($"Error while processing file {sourceFile.FullPath}", ex);
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
MacroProcessingException.cs (1)
15internal MacroProcessingException(IMacroConfig config, Exception innerException) : base(string.Format(LocalizableStrings.MacroProcessingException_Message, config.VariableName, config.Type), innerException)