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

Usage

Visual Basic
Dim instance As New ObjectTypeNotSupportedException

Syntax

Visual Basic
Public Sub New
C#
public ObjectTypeNotSupportedException ()
C++
public:
ObjectTypeNotSupportedException ()
J#
public ObjectTypeNotSupportedException ()
JScript
public function ObjectTypeNotSupportedException ()

Remarks

The default constructor initializes any fields to their default values.

Platforms

Target Platforms

See Also