This class represents an exception generated when parsing an ASP.NET file.
public sealed class HttpParseException : HttpException { // Public Instance Properties public string FileName{get; } public int Line{get; } }
System.Object System.Exception(System.Runtime.Serialization.ISerializable) System.SystemException System.Runtime.InteropServices.ExternalException HttpException HttpParseException