次の方法で共有


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

プロパティ値

例外で参照されるファイルの名前です。

適用対象