5 instantiations of ComReferenceResolutionException
Microsoft.Build.Tasks.Core (5)
AxTlbBaseReference.cs (1)
149throw new ComReferenceResolutionException();
TlbReference.cs (4)
276throw new ComReferenceResolutionException(ex); 358throw new ComReferenceResolutionException(e); 388throw new ComReferenceResolutionException(); 394throw new ComReferenceResolutionException();
1 reference to ComReferenceResolutionException
Microsoft.Build.Tasks.Core (1)
ResolveComReference.cs (1)
386catch (ComReferenceResolutionException)