5 instantiations of NoMatchingPrincipalException
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\AuthZSet.cs (1)
390
throw new
NoMatchingPrincipalException
(SR.AuthZCantFindGroup);
System\DirectoryServices\AccountManagement\Principal.cs (1)
574
throw new
NoMatchingPrincipalException
(SR.NoMatchingGroupExceptionText);
System\DirectoryServices\AccountManagement\PrincipalCollection.cs (2)
307
throw new
NoMatchingPrincipalException
(SR.NoMatchingPrincipalExceptionText);
449
throw new
NoMatchingPrincipalException
(SR.NoMatchingPrincipalExceptionText);
System\DirectoryServices\AccountManagement\User.cs (1)
218
throw new
NoMatchingPrincipalException
(SR.UserCouldNotFindCurrent);