17 references to HttpParseException
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ServiceParser.cs (1)
256return new HttpParseException(message, innerException, this.virtualPath, sourceCode, this.lineNumber);
System.Web (16)
Compilation\AssemblyBuilder.cs (3)
484throw new HttpParseException(e.Message, null /*innerException*/, 488throw new HttpParseException(e.Message, null /*innerException*/, 492throw new HttpParseException(e.Message, e,
Compilation\BuildProvidersCompiler.cs (1)
321new HttpParseException(_firstException.Message, _firstException, _firstException.VirtualPath,
Configuration\BrowserCapabilitiesCodeGenerator.cs (8)
483throw new HttpParseException(e.Message, null /*innerException*/, virtualDir + "/" + NoPathFileName(fileName), null /*sourceCode*/, e.LineNumber); 486throw new HttpParseException(e.Message, null /*innerException*/, fileName, null /*sourceCode*/, e.LineNumber); 491throw new HttpParseException(e.Message, null /*innerException*/, virtualDir + "/" + NoPathFileName(fileName), null /*sourceCode*/, e.LineNumber); 494throw new HttpParseException(e.Message, null /*innerException*/, fileName, null /*sourceCode*/, e.LineNumber); 592throw new HttpParseException(e.Message, null /*innerException*/, virtualDir + "/" + NoPathFileName(fileName), null /*sourceCode*/, e.LineNumber); 595throw new HttpParseException(e.Message, null /*innerException*/, fileName, null /*sourceCode*/, e.LineNumber); 600throw new HttpParseException(e.Message, null /*innerException*/, virtualDir + "/" + NoPathFileName(fileName), null /*sourceCode*/, e.LineNumber); 603throw new HttpParseException(e.Message, null /*innerException*/, fileName, null /*sourceCode*/, e.LineNumber);
UI\TagNameToTypeMapper.cs (2)
321throw new HttpParseException(e.Message, e, 415throw new HttpParseException(e.Message, e,
UI\TemplateParser.cs (2)
831HttpParseException ex = new HttpParseException(firstError.ErrorText, 1234ProcessException(new HttpParseException(message, null, entry.VirtualPath, entry._inputText, entry.Line));