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

Syntax

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

Parameters

attributeName

The name of the attribute.

Platforms

Target Platforms

See Also