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