3 references to IdentityNotMappedException
mscorlib (3)
system\security\principal\ircollection.cs (1)
343throw new IdentityNotMappedException( Environment.GetResourceString("IdentityReference_IdentityNotMapped"), Result);
system\security\principal\ntaccount.cs (1)
195throw new IdentityNotMappedException(Environment.GetResourceString("IdentityReference_IdentityNotMapped"), UnmappedIdentities);
system\security\principal\sid.cs (1)
1100throw new IdentityNotMappedException(Environment.GetResourceString("IdentityReference_IdentityNotMapped"), UnmappedIdentities);