1 instantiation of InvalidTemplateParametersException
Microsoft.TemplateEngine.Cli (1)
Commands\create\TemplateCommand.cs (1)
326
throw new
InvalidTemplateParametersException
(templateInfo, errors);
3 references to InvalidTemplateParametersException
Microsoft.TemplateEngine.Cli (3)
Commands\create\InstantiateCommand.cs (1)
418
catch (
InvalidTemplateParametersException
e)
Commands\create\InstantiateCommand.TabCompletion.cs (1)
90
catch (
InvalidTemplateParametersException
e)
Commands\create\TemplateCommand.cs (1)
31
/// <exception cref="
InvalidTemplateParametersException
">when <paramref name="template"/> has invalid template parameters.</exception>