ExtensionsDirectoryInfoToFileInfo Method |
Namespace: Cauldron
| Exception | Condition |
|---|---|
| ArgumentNullException | filename is null. |
| SecurityException | The caller does not have the required permission. |
| ArgumentException | The file name is empty, contains only white spaces, or contains invalid characters. |
| UnauthorizedAccessException | Access to fileName is denied. |
| PathTooLongException | The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters. |
| UnauthorizedAccessException | filename contains a colon (:) in the middle of the string. |