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