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