Forest.DeleteTrustRelationship Method
.NET Framework 4
Deletes both sides of a trust relationship.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
| Exception | Condition |
|---|---|
| ActiveDirectoryObjectNotFoundException | There is no trust relationship with the specified Forest. |
| ActiveDirectoryOperationException | A call to the underlying directory service resulted in an error. |
| ActiveDirectoryServerDownException | The target server is either busy or unavailable. |
| ArgumentNullException | targetForest is null. |
| ObjectDisposedException | The object has been disposed. |
| UnauthorizedAccessException | The specified account does not have permission to perform this operation. |
To delete only one side of a trust relationship, use the Forest.DeleteLocalSideOfTrustRelationship method.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.