2 references to TemplateAuthoringException
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
DirectoryBasedTemplate.cs (1)
47
throw new
TemplateAuthoringException
(LocalizableStrings.Authoring_TemplateRootOutsideInstallSource);
EvaluatorSelector.cs (1)
80
_ => throw new
TemplateAuthoringException
(string.Format(LocalizableStrings.EvaluatorSelector_Exception_UnknownEvaluator, evaluatorName)),