4 references to ParserError
System.Web (4)
HttpException.cs (2)
561ParserError thisError = new ParserError(Message, _virtualPath, _line); 608: this(errorText, System.Web.VirtualPath.CreateAllowNull(virtualPath), line) {
UI\TemplateParser.cs (2)
226ParserError parseError = new ParserError(message, CurrentVirtualPath, _lineNumber); 256parseError = new ParserError(ex.Message, CurrentVirtualPath, _lineNumber);