ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 159
نمايش فراداده

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