Creates an instance of the AttributeNotDefinedAsSourceException 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 AttributeNotDefinedAsSourceException(attributeName)

Syntax

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

Parameters

attributeName

The name of the attribute.

Platforms

Target Platforms

See Also