Represents general errors during parsing templates.
Inheritance: System.Exception
 private static void AssertException(VeilParserException ex, string input, string templateId, string enclosedText, int index)
 {
     Assert.NotNull(ex.Message);
     Assert.NotNull(ex.Location);
     AssertLocation(input, templateId, ex.Location, enclosedText, index);
 }