Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)
Usage
Visual Basic |
---|
Dim MAName As String Dim DN As String Dim ObjectClasses As String() Dim ObjectType As String Dim instance As New NoCompatiblePartitionFoundException(MAName, DN, ObjectClasses, ObjectType) |
Syntax
Visual Basic |
---|
Public Sub New ( _ MAName As String, _ DN As String, _ ObjectClasses As String(), _ ObjectType As String _ ) |
C# |
---|
public NoCompatiblePartitionFoundException ( string MAName, string DN, string[] ObjectClasses, string ObjectType ) |
C++ |
---|
public: NoCompatiblePartitionFoundException ( String^ MAName, String^ DN, array<String^>^ ObjectClasses, String^ ObjectType ) |
J# |
---|
public NoCompatiblePartitionFoundException ( String MAName, String DN, String[] ObjectClasses, String ObjectType ) |
JScript |
---|
public function NoCompatiblePartitionFoundException ( MAName : String, DN : String, ObjectClasses : String[], ObjectType : String ) |
Parameters
- MAName
-
The name of the management agent that rejected the new object.
- DN
-
The distinguished name of the new object that was rejected by the partition filter criteria.
- ObjectClasses
-
The list of object classes of the new object that was rejected by the partition filter criteria.
- ObjectType
-
The primary object type of the new object that was rejected by the partition filter criteria.