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



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph