HttpCompileException::SourceCode Property
.NET Framework (current version)
Gets a string containing the path to the file that contains the source code being compiled when the error occurs.
Assembly: System.Web (in System.Web.dll)
public: property String^ SourceCode { [AspNetHostingPermissionAttribute(SecurityAction::Demand, Level = AspNetHostingPermissionLevel::High)] String^ get(); }
Property Value
Type: System::String^The path of the source file being compiled when the error occurs. The default is null.
.NET Framework
Available since 1.1
Available since 1.1
Show: