Creates an instance of the NoSuchObjectTypeException class with the specified class name.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim objectType As String

Dim instance As New NoSuchObjectTypeException(objectType)

Syntax

Visual Basic
Public Sub New ( _
		objectType As String _
)
C#
public NoSuchObjectTypeException (
		string objectType
)
C++
public:
NoSuchObjectTypeException (
		String^ objectType
)
J#
public NoSuchObjectTypeException (
		String objectType
)
JScript
public function NoSuchObjectTypeException (
		objectType : String
)

Parameters

objectType

The name of the object type that is not valid.

Platforms

Target Platforms

See Also