ObjectAlreadyExistsException Constructor (String)

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

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
     

Platforms

Target Platforms

See Also

Reference

ObjectAlreadyExistsException Class
ObjectAlreadyExistsException Members
Microsoft.MetadirectoryServices Namespace
ObjectAlreadyExistsException Class