Microsoft Identity Integration Server 2003 Developer Reference

NoSuchClassException.NoSuchClassException

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

Parameters

className
The name of the class that is not valid.

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

NoSuchClassException