MissingParentObjectException Class

The exception that is thrown when a rules extension tries to add a connector that has a nonexistent parent object.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As MissingParentObjectException

Syntax

'Declaration
Public NotInheritable Class MissingParentObjectException
    Inherits MetadirectoryServicesException
public sealed class MissingParentObjectException : MetadirectoryServicesException
public ref class MissingParentObjectException sealed : public MetadirectoryServicesException
public final class MissingParentObjectException extends MetadirectoryServicesException
public final class MissingParentObjectException extends MetadirectoryServicesException

Remarks

This exception is most commonly thrown when you do not run an import on Active Directory Domain Services (AD DS) to get containers into the metaverse. Forefront Identity Manager Synchronization Service (FIM Synchronization Service) does not automatically create parent directories. Parent directories are created either by provisioning (based on another container object), or they are imported from the connected data source.

Inheritance Hierarchy

System.Object
   System.Exception
     System.ApplicationException
       Microsoft.MetadirectoryServices.MetadirectoryServicesException
        Microsoft.MetadirectoryServices.MissingParentObjectException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

MissingParentObjectException Members
Microsoft.MetadirectoryServices Namespace
MetadirectoryServicesException Class
ReferenceValue
Microsoft.MetadirectoryServices