The exception that is thrown when more than one value is added to a single-valued attribute.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As TooManyValuesException

Syntax

Visual Basic
Public NotInheritable Class TooManyValuesException
		Inherits MetadirectoryServicesException
C#
public sealed class TooManyValuesException : MetadirectoryServicesException
C++
public ref class TooManyValuesException sealed : public MetadirectoryServicesException
J#
public final class TooManyValuesException extends MetadirectoryServicesException
JScript
public final class TooManyValuesException extends MetadirectoryServicesException

Inheritance Hierarchy

System.Object
   System.Exception
     System.ApplicationException
       Microsoft.MetadirectoryServices.MetadirectoryServicesException
        Microsoft.MetadirectoryServices.TooManyValuesException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also