FileLoadException.Message 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得造成這個例外狀況的錯誤訊息和檔案名稱。
public:
virtual property System::String ^ Message { System::String ^ get(); };
public override string Message { get; }
member this.Message : string
Public Overrides ReadOnly Property Message As String
屬性值
字串,包含造成這個例外狀況的錯誤訊息和檔案名稱。
備註
這個屬性會 Message覆寫 。
如果未將訊息提供給目前例外狀況的建構函式,這個屬性會傳回系統提供的錯誤訊息。 FileName如果屬性不是 Null 參考,則訊息會包含檔名,例如「無法載入檔案 。FileName
」 (FileName
代表 FileName.) 如果 FileName 為 null
,則會在系統提供的訊息中表示為 “ (null) ”。 系統提供的訊息會考慮目前的系統文化特性。
這個屬性是唯讀的。