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