2 instantiations of GenericsNotImplementedException
System.AddIn (2)
System\Addin\MiniReflection\TypeInfo.cs (2)
454throw new GenericsNotImplementedException(); 656throw new GenericsNotImplementedException();
5 references to GenericsNotImplementedException
System.AddIn (5)
System\Addin\Hosting\AddInStore.cs (2)
1225catch (GenericsNotImplementedException) 1329catch (GenericsNotImplementedException)
System\Addin\Hosting\Store\PipelineComponent.cs (1)
293catch (GenericsNotImplementedException)
System\Addin\MiniReflection\TypeInfo.cs (2)
539catch (GenericsNotImplementedException) 904catch (GenericsNotImplementedException) // ignore interfaces such as IComparable<int> that aren't relevant to the addin model