FileNotFoundException.FileName プロパティ

定義

見つからないファイルの名前を取得します。

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

注釈

このプロパティは読み取り専用です。

適用対象

こちらもご覧ください