Share via


NoSuchClassException Constructor (String)

Creates an instance of the NoSuchClassException class with the specified class name.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim className As String

Dim instance As New NoSuchClassException(className)

Syntax

'Declaration
Public Sub New ( _
    className As String _
)
public NoSuchClassException (
    string className
)
public:
NoSuchClassException (
    String^ className
)
public NoSuchClassException (
    String className
)
public function NoSuchClassException (
    className : String
)

Parameters

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

Platforms

Target Platforms

See Also

Reference

NoSuchClassException Class
NoSuchClassException Members
Microsoft.MetadirectoryServices Namespace
NoSuchClassException Class