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 string SourceCode { [AspNetHostingPermissionAttribute(SecurityAction.Demand, Level = AspNetHostingPermissionLevel.High)] get; }
Property Value
Type: System.StringThe 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: