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