HttpCompileException.SourceCode Property

Definition

Gets a string containing the path to the file that contains the source code being compiled when the error occurs.

public:
 property System::String ^ SourceCode { System::String ^ get(); };
public string SourceCode { get; }
member this.SourceCode : string
Public ReadOnly Property SourceCode As String

Property Value

The path of the source file being compiled when the error occurs. The default is null.

Applies to