HttpParseException

HttpParseException

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



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace