8 instantiations of StrongNameException
Microsoft.Build.Tasks.Core (8)
AxTlbBaseReference.cs (3)
266throw new StrongNameException(); 281throw new StrongNameException(); 286throw new StrongNameException();
StrongNameUtils.cs (5)
60throw new StrongNameException(e); 66throw new StrongNameException(e); 72throw new StrongNameException(e); 115throw new StrongNameException(e); 121throw new StrongNameException(e);
2 references to StrongNameException
Microsoft.Build.Tasks.Core (2)
AxTlbBaseTask.cs (1)
221catch (StrongNameException e)
ResolveComReference.cs (1)
390catch (StrongNameException)