P
Peter Aitken
It seems that some classes have their own exception handling built in. For
example if I try to use FileStream to open a file that does not exist, my
Try...Catch block seems to be ignored and instead I get an error message
that must be generated by the class itself. How can I tell which classes and
which exceptions do not require explicit exception handling code?
example if I try to use FileStream to open a file that does not exist, my
Try...Catch block seems to be ignored and instead I get an error message
that must be generated by the class itself. How can I tell which classes and
which exceptions do not require explicit exception handling code?