Microsoft Identity Integration Server 2003 Developer Reference

NoSuchObjectTypeException.NoSuchObjectTypeException

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

Parameters

objectType
The name of the invalid object type.

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

NoSuchObjectTypeException