HttpCompileException.SourceCode 屬性

定義

會取得一個包含錯誤時正在編譯原始碼檔案路徑的字串。

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

屬性值

錯誤發生時,原始檔案被編譯的路徑。 預設值為 null

適用於