다음을 통해 공유


HttpCompileException.SourceCode 속성

정의

오류가 발생했을 때 컴파일 중이던 소스 코드가 들어 있는 파일 경로 문자열을 가져옵니다.

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

속성 값

String

오류가 발생했을 때 컴파일 중이던 소스 파일의 경로입니다. 기본값은 null입니다.

적용 대상