8 instantiations of StrongNameException
Microsoft.Build.Tasks.Core (8)
AxTlbBaseReference.cs (3)
266
throw new
StrongNameException
();
281
throw new
StrongNameException
();
286
throw new
StrongNameException
();
StrongNameUtils.cs (5)
62
throw new
StrongNameException
(e);
68
throw new
StrongNameException
(e);
74
throw new
StrongNameException
(e);
117
throw new
StrongNameException
(e);
123
throw new
StrongNameException
(e);
2 references to StrongNameException
Microsoft.Build.Tasks.Core (2)
AxTlbBaseTask.cs (1)
221
catch (
StrongNameException
e)
ResolveComReference.cs (1)
390
catch (
StrongNameException
)