NoSuchAttributeInObjectTypeException Constructor (String)
Creates an instance of the NoSuchAttributeInObjectTypeException class with the specified attribute name.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim attributeName As String
Dim instance As New NoSuchAttributeInObjectTypeException(attributeName)
Syntax
'Declaration
Public Sub New ( _
attributeName As String _
)
public NoSuchAttributeInObjectTypeException (
string attributeName
)
public:
NoSuchAttributeInObjectTypeException (
String^ attributeName
)
public NoSuchAttributeInObjectTypeException (
String attributeName
)
public function NoSuchAttributeInObjectTypeException (
attributeName : String
)
Parameters
- attributeName
The name of the attribute.
Platforms
Target Platforms
See Also
Reference
NoSuchAttributeInObjectTypeException Class
NoSuchAttributeInObjectTypeException Members
Microsoft.MetadirectoryServices Namespace
NoSuchAttributeInObjectTypeException Class