This documentation is archived and is not being maintained.
HttpCompileException.Results Property
.NET Framework 1.1
Gets compiler output and error information for the exception.
[Visual Basic] Public ReadOnly Property Results As CompilerResults [C#] public CompilerResults Results {get;} [C++] public: __property CompilerResults* get_Results(); [JScript] public function get Results() : CompilerResults;
Property Value
A CompilerResults containing compiler output and error information.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpCompileException Class | HttpCompileException Members | System.Web Namespace
Show: