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