You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A previous catch clause already catches all exceptions of this or of a super type ('type')
12
12
13
-
A series of **catch** statements needs to be in decreasing order of derivation. For example, the most derived objects must appear first.
13
+
A series of [catch](../../csharp/language-reference/keywords/try-catch.md) statements needs to be in decreasing order of derivation. For example, the most derived objects must appear first.
14
14
15
15
For more information, see [Exceptions and Exception Handling](../../csharp/programming-guide/exceptions/index.md).
0 commit comments