FileNotFoundException.FileName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得找不到的檔案名稱。
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
屬性值
檔案名稱,或如果沒有任何檔案名稱傳遞給這個執行個體的建構函式,則為 null
。
備註
這是唯讀的屬性。