In my program I'm trying to catch any errors that occur and want to perform certain functions depending on the type of error. In VB6 I was able to do this using the Err object (err.number), but in .NET the Exception object does not appear to have a property to identify the error. Is there any way I kind identify what type of error has ocurred?
Thanks in advance.
-lucyv
Thanks in advance.
-lucyv