J
Jim Heavey
Just a couple of general questions about errors related to accessing drives.
I seem to remember in VB6 there were a list of error numbers you could test
for when you attempted to access a drive, such as "Drive not ready". In
VB.Net do I have to test for the specific text or is there a list of these
error code and meanings?
When I look of the method Directory.GetDirectories(myPath), I see nothing
right there for the type of exceptions which can be generated by this method.
How do I find the list of all the exceptions "types" ( catch es
"exceptionType") that this method can generate or can be generated as a result
of running this method?
Thanks in advance for your assistance!!!!!!!!!
I seem to remember in VB6 there were a list of error numbers you could test
for when you attempted to access a drive, such as "Drive not ready". In
VB.Net do I have to test for the specific text or is there a list of these
error code and meanings?
When I look of the method Directory.GetDirectories(myPath), I see nothing
right there for the type of exceptions which can be generated by this method.
How do I find the list of all the exceptions "types" ( catch es
"exceptionType") that this method can generate or can be generated as a result
of running this method?
Thanks in advance for your assistance!!!!!!!!!