2 instantiations of PrincipalExistsException
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\exceptions.cs (1)
282exception = new PrincipalExistsException(errorMessage, e);
System\DirectoryServices\AccountManagement\PrincipalCollection.cs (1)
251throw new PrincipalExistsException(SR.PrincipalExistsExceptionText);
1 reference to PrincipalExistsException
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
401catch (PrincipalExistsException)