FileLoadException.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
屬性值
包含具有無效影像的檔案名稱的 String,如果沒有檔案名稱傳遞給目前執行個體的建構函式,則為 null 參考。
備註
此屬性會傳回提供給目前實例之建構函式的檔名,如果有的話。 如果未指定檔名或為 Null 參考,則此屬性會傳回 Null 參考。
這個屬性是唯讀的。