asp.net.ph

HttpCompileException Class

System.Web Namespace


The exception that is thrown when a compiler error occurs.

HttpCompileException Class Members

Collapse   Constructors

Visibility Constructor Parameters
public HttpCompileException ( )
public HttpCompileException ( String message )
public HttpCompileException ( String message , Exception innerException )
public HttpCompileException ( CompilerResults results , String sourceCode )

Collapse   Properties

Visibility Name Value Type Accessibility
public Message String [ Get ]
public Results CompilerResults [ Get ]
public SourceCode String [ Get ]

Collapse   Methods

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

Syntax


To set a property:

HttpCompileException.propertyName = value;
  C# VB

To return the value of a property:

Type var = HttpCompileException.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