3 instantiations of ActiveDirectoryObjectExistsException
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\Exception.cs (1)
341exception = new ActiveDirectoryObjectExistsException(errorMessage, e);
System\DirectoryServices\ActiveDirectory\TrustHelper.cs (2)
524throw new ActiveDirectoryObjectExistsException(SR.Format(SR.AlreadyExistingForestTrust, sourceName, targetName)); 526throw new ActiveDirectoryObjectExistsException(SR.Format(SR.AlreadyExistingDomainTrust, sourceName, targetName));