S
Sergei Shelukhin
Hi. I catch IOException and want to separate the case when I receive
"The process cannot access the file because it is being used by
another process" error from other possible IOException-s. Checking the
message text is not an option because the app is multilingual and
might use a .NET version that is not English.
Is there any way to do it, some error code or something?
"The process cannot access the file because it is being used by
another process" error from other possible IOException-s. Checking the
message text is not an option because the app is multilingual and
might use a .NET version that is not English.
Is there any way to do it, some error code or something?