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