Domain.GetTrustRelationship Method
Gets the trust relationship between this domain and the specified domain.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
Parameters
- targetDomainName
- Type: System.String
The DNS name of the domain with which the trust relationship exists.
Return Value
Type: System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationA TrustRelationshipInformation object that represents the trust relationship between this domain and the specified domain.
| Exception | Condition |
|---|---|
| ActiveDirectoryObjectNotFoundException | There is no trust relationship with the Forest that is specified by the targetForestName parameter. |
| ActiveDirectoryOperationException | A call to the underlying directory service resulted in an error. |
| ActiveDirectoryServerDownException | The target server is either busy or unavailable. |
| ArgumentException | targetDomainName is an empty string. |
| ArgumentNullException | targetDomainName is null. |
| ObjectDisposedException | The current object has been disposed. |
| UnauthorizedAccessException | The specified account does not have permission to perform this operation. |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.