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