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