ObjectNotFoundException Constructor (String)
Creates an instance of the ObjectNotFoundException 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 ObjectNotFoundException(description)
Syntax
'Declaration
Public Sub New ( _
description As String _
)
public ObjectNotFoundException (
string description
)
public:
ObjectNotFoundException (
String^ description
)
public ObjectNotFoundException (
String description
)
public function ObjectNotFoundException (
description : String
)
Parameters
- description
The error message.
Platforms
Target Platforms
See Also
Reference
ObjectNotFoundException Class
ObjectNotFoundException Members
Microsoft.MetadirectoryServices Namespace
ObjectNotFoundException Class