Share via


ObjectTypeNotSupportedException Constructor (String)

Creates an instance of the ObjectTypeNotSupportedException class with a specified error message.

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

Usage

'Usage
Dim description As String

Dim instance As New ObjectTypeNotSupportedException(description)

Syntax

'Declaration
Public Sub New ( _
    description As String _
)
public ObjectTypeNotSupportedException (
    string description
)
public:
ObjectTypeNotSupportedException (
    String^ description
)
public ObjectTypeNotSupportedException (
    String description
)
public function ObjectTypeNotSupportedException (
    description : String
)

Parameters

  • description
    The error message.

Platforms

Target Platforms

See Also

Reference

ObjectTypeNotSupportedException Class
ObjectTypeNotSupportedException Members
Microsoft.MetadirectoryServices Namespace
ObjectTypeNotSupportedException Class