Skip to content

Commit 87f3155

Browse files
committed
Remove redundant catch clause
1 parent 797e36e commit 87f3155

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Source/NetOffice/CoreExtensions/CoreFactoryExtensions.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,6 @@ internal static COMTypes.ITypeInfo GetTypeInfo(this IDispatch dispatcher)
244244
{
245245
throw new IDispatchNotImplementedException(exception);
246246
}
247-
catch
248-
{
249-
throw;
250-
}
251247
}
252248
}
253249
}

0 commit comments

Comments
 (0)