Just making sure that I understand it well. Is the correct circuit correct? Catching the most specific exceptions, primarily to detect wider exceptions with a common catch at the end of the catch block set.
try { some code } catch(SomeSpecificException ex) { } catch(LessSpecificException ex) { } catch {
c # exception
Loj
source share