HttpCompileException::Results Property
.NET Framework (current version)
Gets compiler output and error information for the exception.
Assembly: System.Web (in System.Web.dll)
public: property CompilerResults^ Results { [AspNetHostingPermissionAttribute(SecurityAction::Demand, Level = AspNetHostingPermissionLevel::High)] CompilerResults^ get(); }
Property Value
Type: System.CodeDom.Compiler::CompilerResults^A CompilerResults containing compiler output and error information.
.NET Framework
Available since 1.1
Available since 1.1
Show: