Share via


NoSuchAttributeException.NoSuchAttributeException Constructor

The NoSuchAttributeException constructor creates an instance of the NoSuchAttributeException class with a specified attribute name.

Syntax

public void NoSuchAttributeException(
  String attributeName
);
Public Sub NoSuchAttributeException( _
  ByVal attributeName As String _
)

Parameters

  • attributeName
    The name of the attribute.

Requirements

Product ILM 2007 FP1
Namespace Microsoft.MetadirectoryServices
Assembly Microsoft.MetadirectoryServices
.NET Framework .NET Framework 2.0

See Also

NoSuchAttributeException

Send comments about this topic to Microsoft

Build date: 2/16/2009