Creates an instance of the
NoSuchAttributeException
class with a specified attribute name.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
attributeName As String _
)
|
C# |
public NoSuchAttributeException (
string attributeName
)
|
C++ |
public:
NoSuchAttributeException (
String^ attributeName
)
|
J# |
public NoSuchAttributeException (
String attributeName
)
|
JScript |
public function NoSuchAttributeException (
attributeName : String
)
|
Parameters
- attributeName
-
The name of the attribute.
Platforms
Target Platforms
See Also