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