AttributeNotPresentException Constructor (String)
Creates an instance of the AttributeNotPresentException 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 AttributeNotPresentException(attributeName)
Syntax
'Declaration
Public Sub New ( _
attributeName As String _
)
public AttributeNotPresentException (
string attributeName
)
public:
AttributeNotPresentException (
String^ attributeName
)
public AttributeNotPresentException (
String attributeName
)
public function AttributeNotPresentException (
attributeName : String
)
Parameters
- attributeName
The name of the attribute.
Platforms
Target Platforms
See Also
Reference
AttributeNotPresentException Class
AttributeNotPresentException Members
Microsoft.MetadirectoryServices Namespace
AttributeNotPresentException Class