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 です。

適用対象