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