ファイルから
Filters コレクションに式をロードします。
シンタックス
'宣言
Public Sub LoadFilterExpression( _
ByVal As System.String _
)
public void LoadFilterExpression(
System.string
)
パラメータ
- fileName
- フィルタ式を格納するファイル名。
例外
| 例外 | 解説 |
| System.ArgumentException | |
| System.NotSupportedException | |
| System.ArgumentNullException | |
| System.Security.SecurityException | |
| System.IO.FileNotFoundException | |
| System.UnauthorizedAccessException | |
| System.IO.IOException | |
| System.IO.DirectoryNotFoundException | |
| System.IO.PathTooLongException | |
| System.ArgumentOutOfRangeException | |
参照