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입니다.

적용 대상