Creates an instance of the
AttributeNotDefinedAsSourceException class with the 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 AttributeNotDefinedAsSourceException (
string attributeName
)
|
C++ |
public:
AttributeNotDefinedAsSourceException (
String^ attributeName
)
|
J# |
public AttributeNotDefinedAsSourceException (
String attributeName
)
|
JScript |
public function AttributeNotDefinedAsSourceException (
attributeName : String
)
|
Parameters
- attributeName
-
The name of the attribute.
Platforms
Target Platforms
See Also