ActiveDirectorySite(DirectoryContext, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ActiveDirectorySite class, using the specified DirectoryContext object.
public:
ActiveDirectorySite(System::DirectoryServices::ActiveDirectory::DirectoryContext ^ context, System::String ^ siteName);
public ActiveDirectorySite (System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName);
new System.DirectoryServices.ActiveDirectory.ActiveDirectorySite : System.DirectoryServices.ActiveDirectory.DirectoryContext * string -> System.DirectoryServices.ActiveDirectory.ActiveDirectorySite
Public Sub New (context As DirectoryContext, siteName As String)
Parameters
- context
- DirectoryContext
A DirectoryContext object for creating this site.
- siteName
- String
The name for the new site.
Exceptions
A call to the underlying directory service resulted in an error.
The target server is either busy or unavailable.
The target in the context
parameter is not a forest, configuration set, domain controller, or an AD LDS server.
-or-
siteName
is an empty string.
context
or siteName
is null
.
The credentials that were supplied are not valid.
Applies to
See also
.NET