Creates an instance of the
NoSuchClassException
class with the specified class name.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
className As String _
)
|
C# |
public NoSuchClassException (
string className
)
|
C++ |
public:
NoSuchClassException (
String^ className
)
|
J# |
public NoSuchClassException (
String className
)
|
JScript |
public function NoSuchClassException (
className : String
)
|
Parameters
- className
-
The name of the class that is not valid.
Platforms
Target Platforms
See Also