NoSuchObjectTypeException Constructor (String)

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

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

Usage

'Usage
Dim objectType As String

Dim instance As New NoSuchObjectTypeException(objectType)

Syntax

'Declaration
Public Sub New ( _
    objectType As String _
)
public NoSuchObjectTypeException (
    string objectType
)
public:
NoSuchObjectTypeException (
    String^ objectType
)
public NoSuchObjectTypeException (
    String objectType
)
public function NoSuchObjectTypeException (
    objectType : String
)

Parameters

  • objectType
    The name of the object type that is not valid.

Platforms

Target Platforms

See Also

Reference

NoSuchObjectTypeException Class
NoSuchObjectTypeException Members
Microsoft.MetadirectoryServices Namespace
NoSuchObjectTypeException Class