Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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