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