Exceptions:
System.ArgumentNullException: fileName is null.
System.Security.SecurityException: The caller does not have the required permission.
System.ArgumentException: The file name is empty, contains only white spaces, or contains invalid characters.
System.UnauthorizedAccessException: Access to fileName is denied.
System.IO.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.
System.NotSupportedException: fileName contains a colon (

in the middle of the string.
Partager