AttributeNotInInclusionListException Class

The exception that is thrown when a rules extension requests an attribute that Forefront Identity Manager Synchronization Service (FIM Synchronization Service) does not select for use.

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

Usage

'Usage
Dim instance As AttributeNotInInclusionListException

Syntax

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

Inheritance Hierarchy

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

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

AttributeNotInInclusionListException Members
Microsoft.MetadirectoryServices Namespace
MetadirectoryServicesException
Microsoft.MetadirectoryServices