5 instantiations of ComReferenceResolutionException
Microsoft.Build.Tasks.Core (5)
AxTlbBaseReference.cs (1)
149throw new ComReferenceResolutionException();
TlbReference.cs (4)
275throw new ComReferenceResolutionException(ex); 357throw new ComReferenceResolutionException(e); 387throw new ComReferenceResolutionException(); 393throw new ComReferenceResolutionException();
1 reference to ComReferenceResolutionException
Microsoft.Build.Tasks.Core (1)
ResolveComReference.cs (1)
387catch (ComReferenceResolutionException)