EntryPointNotImplementedException Constructor (String)
Creates an instance of the EntryPointNotImplementedException class with a specific error message.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim description As String
Dim instance As New EntryPointNotImplementedException(description)
Syntax
'Declaration
Public Sub New ( _
description As String _
)
public EntryPointNotImplementedException (
string description
)
public:
EntryPointNotImplementedException (
String^ description
)
public EntryPointNotImplementedException (
String description
)
public function EntryPointNotImplementedException (
description : String
)
Parameters
- description
The error message.
Platforms
Target Platforms
See Also
Reference
EntryPointNotImplementedException Class
EntryPointNotImplementedException Members
Microsoft.MetadirectoryServices Namespace
EntryPointNotImplementedException Class