言語

EventFileInvalidException.FileName プロパティ

定義

例外が参照するファイル名を取得するか設定します。

public:
 property System::String ^ FileName { System::String ^ get(); void set(System::String ^ value); };
public string FileName { get; set; }
member this.FileName : string with get, set
Public Property FileName As String

プロパティ値

例外が指すファイル名。

適用対象