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)
60
throw new
StrongNameException
(e);
66
throw new
StrongNameException
(e);
72
throw new
StrongNameException
(e);
115
throw new
StrongNameException
(e);
121
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
)