The members of System.Web.HttpCompileException are listed below.
See Also: Inherited members from System.Web.HttpException
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. |
[read-only] override | Message | string.
Gets a message that describes the reason for the current exception. |
[read-only] | Results | System.CodeDom.Compiler.CompilerResults.
Gets compiler output and error information for the exception. |
[read-only] | SourceCode | string.
Gets a string containing the path to the file that contains the source code being compiled when the error occurs. |
override | GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
|