Mime |
public Task WriteToAsync( string fileName, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | fileName is null. |
ArgumentException | fileName is a zero-length string, contains only white space, or contains one or more invalid characters. |
OperationCanceledException | The operation was canceled via the cancellation token. |
DirectoryNotFoundException | fileName is an invalid file path. |
FileNotFoundException | The specified file path could not be found. |
UnauthorizedAccessException | The user does not have access to write to the specified file. |
IOException | An I/O error occurred. |