ObjectAlreadyExistsException Constructor (String, Exception)
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)
Usage
Dim description As String
Dim innerException As Exception
Dim instance As New ObjectAlreadyExistsException(description, innerException)
Syntax
'Declaration
Public Sub New ( _
description As String, _
innerException As Exception _
)
public ObjectAlreadyExistsException (
string description,
Exception innerException
)
public:
ObjectAlreadyExistsException (
String^ description,
Exception^ innerException
)
public ObjectAlreadyExistsException (
String description,
Exception innerException
)
public function ObjectAlreadyExistsException (
description : String,
innerException : Exception
)
Parameters
- description
- innerException
Platforms
Target Platforms
See Also
Reference
ObjectAlreadyExistsException Class
ObjectAlreadyExistsException Members
Microsoft.MetadirectoryServices Namespace
ObjectAlreadyExistsException Class