3 instantiations of TemplateAuthoringException
Microsoft.TemplateEngine.Core (1)
Util\Orchestrator.cs (1)
292throw new TemplateAuthoringException($"Template authoring error encountered while processing file {sourceFile.FullPath}: {ex.Message}", ex.ConfigItem, ex);
Microsoft.TemplateEngine.Edge (2)
Template\ParameterSetBuilder.cs (2)
283throw new TemplateAuthoringException( 306throw new TemplateAuthoringException(
3 references to TemplateAuthoringException
Microsoft.TemplateEngine.Cli (1)
TemplateInvoker.cs (1)
189catch (TemplateAuthoringException tae)
Microsoft.TemplateEngine.Core (1)
Util\Orchestrator.cs (1)
290catch (TemplateAuthoringException ex)
Microsoft.TemplateEngine.Edge (1)
Template\TemplateCreator.cs (1)
222status: cx is TemplateAuthoringException ? CreationResultStatus.TemplateIssueDetected : CreationResultStatus.CreateFailed,