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