HttpCompileException.SourceCode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會取得一個包含錯誤時正在編譯原始碼檔案路徑的字串。
public:
property System::String ^ SourceCode { System::String ^ get(); };
public string SourceCode { get; }
member this.SourceCode : string
Public ReadOnly Property SourceCode As String
屬性值
錯誤發生時,原始檔案被編譯的路徑。 預設值為 null。