HttpCompileException::Results Property

 

Gets compiler output and error information for the exception.

Namespace:   System.Web
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
Return to top
Show: