3 instantiations of 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);
4 references to IdentityNotMappedException
System.IdentityModel (1)
System\IdentityModel\Claims\ClaimComparer.cs (1)
343catch (IdentityNotMappedException e)
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\WorkflowInstanceManagementBehavior.cs (1)
250catch (IdentityNotMappedException)
WsatConfig (1)
CommandLine\ArgumentsParser.cs (1)
392catch (IdentityNotMappedException)
WsatUI (1)
MMCUI\WsatSecurityModel.cs (1)
168catch (IdentityNotMappedException)