System.Web.HttpCompileException Members

The members of System.Web.HttpCompileException are listed below.

See Also: Inherited members from System.Web.HttpException

Public Constructors

Initializes a new instance of the System.Web.HttpCompileException class.

Initializes a new instance of the System.Web.HttpCompileException class.

Initializes a new instance of the System.Web.HttpCompileException class.

Initializes a new instance of the System.Web.HttpCompileException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Public Properties

[read-only]
override
Messagestring.

Gets a message that describes the reason for the current exception.

[read-only]
ResultsSystem.CodeDom.Compiler.CompilerResults.

Gets compiler output and error information for the exception.

[read-only]
SourceCodestring.

Gets a string containing the path to the file that contains the source code being compiled when the error occurs.

Public Methods