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