共用方式為


HttpParseException.FileName 屬性

定義

取得錯誤發生時會剖析的檔案名稱。

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

屬性值

錯誤發生時正在剖析之原始程式檔的實體路徑,如果實體路徑為 null,則為 null

備註

屬性 FileName 會傳回原始程式檔的實體路徑,除非實體路徑為 null ,在此情況下會傳 null 回 。

適用於