Share via


TooManyValuesException Constructor (String)

Creates an instance of the TooManyValuesException 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 TooManyValuesException(attributeName)

Syntax

'Declaration
Public Sub New ( _
    attributeName As String _
)
public TooManyValuesException (
    string attributeName
)
public:
TooManyValuesException (
    String^ attributeName
)
public TooManyValuesException (
    String attributeName
)
public function TooManyValuesException (
    attributeName : String
)

Parameters

  • attributeName
    The name of the attribute.

Platforms

Target Platforms

See Also

Reference

TooManyValuesException Class
TooManyValuesException Members
Microsoft.MetadirectoryServices Namespace
TooManyValuesException Class