Share via


NoSuchAttributeException Constructor (String)

Creates an instance of the NoSuchAttributeException class with a specified attribute name.

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

Usage

'Usage
Dim attributeName As String

Dim instance As New NoSuchAttributeException(attributeName)

Syntax

'Declaration
Public Sub New ( _
    attributeName As String _
)
public NoSuchAttributeException (
    string attributeName
)
public:
NoSuchAttributeException (
    String^ attributeName
)
public NoSuchAttributeException (
    String attributeName
)
public function NoSuchAttributeException (
    attributeName : String
)

Parameters

  • attributeName
    The name of the attribute.

Platforms

Target Platforms

See Also

Reference

NoSuchAttributeException Class
NoSuchAttributeException Members
Microsoft.MetadirectoryServices Namespace
NoSuchAttributeException Class