System.IO.File.Copy(sourceFilePath, destinationFilePath)
intermittently throws an IOExeception
.
The exception says:
Exception Thrown: "System.IO.IOException" in mscorlib.dll.
Additional Information: Insufficient system resources exist to complete the requested service.
I am calling this code on machine A. sourceFilePath
is on machine B. destinationFilePath
is on machine C.
This issue is not consistently reproducible.