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