public TemplateReadException()

in src/PSDocs.Azure/Pipeline/Exceptions.cs [69:74]


        public TemplateReadException(string message, Exception innerException, string templateFile, string parameterFile)
            : this(message, innerException)
        {
            TemplateFile = templateFile;
            ParameterFile = parameterFile;
        }