You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems there is bug in the way exception messages are looked up.
I'm getting the following exception when trying to move a file:
System.IO.IOException: The system cannot find message text for message number 0x%1 in the message file for %2\r\n at System.IO.Win32FileSystem.MoveFile(String sourceFullPath, String destFullPath)\r\n at System.IO.File.Move(String sourceFileName, String destFileName)
@schalkvanwyk do you have a way for us to reproduce this? If not, can you figure out what error code is getting passed to Win32Marshal.GetExceptionForWin32Error?
Hi
It seems there is bug in the way exception messages are looked up.
I'm getting the following exception when trying to move a file:
The exception seems to materialize from the call to Win32Marshal.GetExceptionForWin32Error in
System.IO.Win32FileSystem.MoveFile(String sourceFullPath, String destFullPath)
Regards
The text was updated successfully, but these errors were encountered: