Microsoft
Software
Hardware
Network
Question : Visual Basic .Net, Need the Specific reason an IOException was thrown.
Is there an equivilant to C's errno in catching an IOException in .Net? I have an app that tests for locks, and I want to make sure I am waiting because the error was a locking problem, not another problem ("Access Denied", etc.). I do not want to parse the error string (could change, not language independent) or retrieve process list and look for my file (too much CPU). Is there a feature of .Net that works like errno?
Thanks.
Answer : Visual Basic .Net, Need the Specific reason an IOException was thrown.
Possibly?
Marshal.GetLastWin32Error,
or Err.LastDllError
Random Solutions
Select Statement Change
companyweb site not found
How to point client computers away from WSUS server and back to Windows Update site?
SQL Query [Multitables] in DataGridView
Pattern mathcing and printing in file
Post SS Reporting Services Report to web
Forcing a Logout in Windows 2003 Small Business Server
Star Trek Online R&D points??
Find command Solairs
c # Insert all on Submit does not insert List - Linq