The exception that is thrown in either the MapAttributesForImport method or the MapAttributesForJoin method when a rules extension accesses an attribute that is not defined as a source attribute for the current flow. For information about defining source attributes, see “Select attributes” in the Microsoft Forefront Identity Manager 2010 (FIM) Help.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As AttributeNotDefinedAsSourceException

Syntax

Visual Basic
Public NotInheritable Class AttributeNotDefinedAsSourceException
		Inherits MetadirectoryServicesException
C#
public sealed class AttributeNotDefinedAsSourceException : MetadirectoryServicesException
C++
public ref class AttributeNotDefinedAsSourceException sealed : public MetadirectoryServicesException
J#
public final class AttributeNotDefinedAsSourceException extends MetadirectoryServicesException
JScript
public final class AttributeNotDefinedAsSourceException extends MetadirectoryServicesException

Inheritance Hierarchy

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

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