3 instantiations of IdentityNotMappedException
System.Security.Principal.Windows (3)
System\Security\Principal\IRCollection.cs (1)
318throw new IdentityNotMappedException(SR.IdentityReference_IdentityNotMapped, Result);
System\Security\Principal\NTAccount.cs (1)
152throw new IdentityNotMappedException(SR.IdentityReference_IdentityNotMapped, UnmappedIdentities);
System\Security\Principal\SID.cs (1)
1110throw new IdentityNotMappedException(SR.IdentityReference_IdentityNotMapped, UnmappedIdentities);
2 references to IdentityNotMappedException
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1046[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.IdentityNotMappedException))]
System.ServiceModel.Primitives (1)
System\IdentityModel\Claims\ClaimComparer.cs (1)
377catch (IdentityNotMappedException)