Microsoft Identity Integration Server 2003 Developer Reference

TooManyValuesException.TooManyValuesException (String)

The TooManyValuesException (String) constructor creates an instance of the TooManyValuesException class with the specified attribute name.
[C#]
public TooManyValuesException(
  String attributeName
);
[Visual Basic .NET]
Public Sub New( _
  ByVal attributeName As String _
)

Parameters

attributeName
The name of the attribute.

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

TooManyValuesException