The properties of System.Web.HttpCompileException are listed below. For a list of all members, see the HttpCompileException Members list.
See Also: Inherited members from System.Web.HttpException
[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. |