Filters コレクションからファイルに式を保存します。
シンタックス
'宣言
Public Sub SaveFilterExpression( _
ByVal As System.String _
)
public void SaveFilterExpression(
System.string
)
パラメータ
- fileName
- フィルタ式を格納するためのファイル名。
例外
| 例外 | 解説 |
| System.InvalidOperationException | |
| 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 | |
参照