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