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

適用於