public void WriteToFile(
string path
)Public Sub WriteToFile (
path As String
)public:
void WriteToFile(
String^ path
)member WriteToFile :
path : string -> unit | ArgumentNullException | path is null. |
| ArgumentException | path is empty, contains only whitespace or contains invalid characters. |
| HeifException | A LibHeif error occurred. |
| IOException | An I/O error occurred. |
| ObjectDisposedException | The object has been disposed. |
| SecurityException | The caller does not have the required permission. |
| UnauthorizedAccessException | The access requested is not permitted by the operating system for the specified path. |