1 override of ExceptionType
System.Activities (1)
System\Activities\Statements\Catch.cs (1)
42public override Type ExceptionType
9 references to ExceptionType
System.Activities (9)
System\Activities\Statements\TryCatch.cs (9)
160if (item.ExceptionType == typeToMatch) 324if (catchHandler.ExceptionType == exceptionType) 329else if (catchHandler.ExceptionType.IsAssignableFrom(exceptionType)) 333if (catchHandler.ExceptionType.IsSubclassOf(potentialCatch.ExceptionType)) 395Catch existingCatch = TryCatch.FindCatchActivity(item.ExceptionType, this.Items); 399throw FxTrace.Exception.Argument("item", SR.DuplicateCatchClause(item.ExceptionType.FullName)); 412Catch existingCatch = TryCatch.FindCatchActivity(item.ExceptionType, this.Items); 416throw FxTrace.Exception.Argument("item", SR.DuplicateCatchClause(item.ExceptionType.FullName));