Microsoft Identity Integration Server 2003 Developer Reference

TooManyValuesException

The TooManyValuesException exception is thrown when more than one value is added to a single-valued attribute.

The TooManyValuesException class is derived from the MetadirectoryServicesException class.

Public Constructors

The TooManyValuesException class has the following public constructors.

Constructor Description
TooManyValuesException

Creates an instance of the TooManyValuesException class.

TooManyValuesException (String)

Creates an instance of the TooManyValuesException class with the specified attribute name.

Public Methods

The TooManyValuesException class has the following public methods.

Method Description
Equals

Determines if two objects are equal.

GetBaseException

Retrieves the Exception that is the root cause of one or more subsequent exceptions.

GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

GetObjectData

Sets the SerializationInfo with information about the exception.

GetType

Retrieves the Type of the current object.

ToString

Retrieves a String that represents the current object.

Public Properties

The TooManyValuesException class has the following public properties.

Property Description
AttributeName Data type: String
Access type: Read-only

A string that contains the name of the attribute.

HelpLink Data type: String
Access type: Read/write

Contains a link to the Help file associated with this exception.

InnerException Data type: Exception
Access type: Read-only

Contains the Exception instance that caused the current exception.

Message Data type: String
Access type: Read-only

Contains a message that describes the current exception.

Source Data type: String
Access type: Read/write

Contains or sets the name of the application or object that causes the error.

StackTrace Data type: String
Access type: Read-only

Contains a string representation of the frames on the call stack at the time the current exception was thrown.

TargetSite Data type: MethodBase
Access type: Read-only

Contains the method that throws the current exception.

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

MetadirectoryServicesException