asp.net.ph

HttpParseException Class

System.Web Namespace


The exception that is thrown when a parse error occurs.

HttpParseException Class Members

Collapse   Constructors

Visibility Constructor Parameters
public HttpParseException ( )
public HttpParseException ( String message )
public HttpParseException ( String message , Exception innerException )
public HttpParseException ( String message , Exception innerException , String virtualPath , String sourceCode , Int32 line )

Collapse   Properties

Visibility Name Value Type Accessibility
public FileName String [ Get ]
public Line Int32 [ Get ]
public ParserErrors ParserErrorCollection [ Get ]
public VirtualPath String [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public GetObjectData ( SerializationInfo info , StreamingContext context ) Void

Syntax


To set a property:

HttpParseException.propertyName = value;
  C# VB

To return the value of a property:

Type var = HttpParseException.propertyName;
  C# VB

Skip Navigation Links

Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note