Initializes an instance of the ObjectTypeNotSupportedException class with a specified error message.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim description As String

Dim instance As New ObjectTypeNotSupportedException(description)

Syntax

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

Parameters

description

The error message.

Platforms

Target Platforms

See Also