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