NoSuchClassException.NoSuchClassException Constructor

The NoSuchClassException constructor creates an instance of the NoSuchClassException class with the specified class name.

Syntax

public void NoSuchClassException(
  String className
);
Public Sub NoSuchClassException( _
  ByVal className As String _
)

Parameters

  • className
    The name of the class that is not valid.

Requirements

Product ILM 2007 FP1
Namespace Microsoft.MetadirectoryServices
Assembly Microsoft.MetadirectoryServices
.NET Framework .NET Framework 2.0

See Also

NoSuchClassException

Send comments about this topic to Microsoft

Build date: 2/16/2009