ErrorEventArgs.Filename 속성

정의

오류가 발생한 스크립트 파일의 이름을 가져옵니다.

public:
 property System::String ^ Filename { System::String ^ get(); void set(System::String ^ value); };
public string Filename { get; set; }
public string? Filename { get; set; }
member this.Filename : string with get, set
Public Property Filename As String

속성 값

적용 대상