asp.net.ph

HttpCompileException.Results Property

System.Web Namespace   HttpCompileException Class


Gets compiler output and error information for the exception.

[ VB ]
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.

See Also

HttpCompileException Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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