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
Formatting a Western Digital Passport without the VCD or 'Smartware'
Exchange 2003 not processing emails
Matrix Background Color
Database Design Question - SQL Server
Regex for number and string
Batch File Check For Numeric Digits
mailto hyperlink with multiple links on multiple lines
2000 member servers in a domain with Exchange 2010
crawl infopath form attachments
Parsing a HttpResponse (C++)