3 references to FindCatch
System.Activities (3)
System\Activities\Statements\TryCatch.cs (3)
107
if (state != null && !state.SuppressCancel && state.CaughtException != null && this.
FindCatch
(state.CaughtException.Exception) == null)
212
Catch toSchedule =
FindCatch
(state.CaughtException.Exception);
244
Catch catchHandler =
FindCatch
(propagatedException);