System.Web (system.web.dll) | sealed class |
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; }
}
Hierarchy
System.Object
System.Exception(System.Runtime.Serialization.ISerializable)
System.SystemException
System.Runtime.InteropServices.ExternalException
HttpException
HttpParseException
|