Creates an instance of the AttributeNotInInclusionListException class with the specified attribute name.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim attributeName As String

Dim instance As New AttributeNotInInclusionListException(attributeName)

Syntax

Visual Basic
Public Sub New ( _
		attributeName As String _
)
C#
public AttributeNotInInclusionListException (
		string attributeName
)
C++
public:
AttributeNotInInclusionListException (
		String^ attributeName
)
J#
public AttributeNotInInclusionListException (
		String attributeName
)
JScript
public function AttributeNotInInclusionListException (
		attributeName : String
)

Parameters

attributeName

The name of the attribute.

Platforms

Target Platforms

See Also