FileNotFoundException.FileName 속성

정의

찾을 수 없는 파일의 이름을 가져옵니다.

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

속성 값

String

파일의 이름이거나, 파일 이름이 이 인스턴스의 생성자에 전달되지 않은 경우 null 입니다.

설명

이 속성은 읽기 전용입니다.

적용 대상

추가 정보