Share via


NoSuchObjectException Constructor (String)

Creates an instance of the NoSuchObjectException 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 NoSuchObjectException(description)

Syntax

'Declaration
Public Sub New ( _
    description As String _
)
public NoSuchObjectException (
    string description
)
public:
NoSuchObjectException (
    String^ description
)
public NoSuchObjectException (
    String description
)
public function NoSuchObjectException (
    description : String
)

Parameters

  • description
    The error message.

Platforms

Target Platforms

See Also

Reference

NoSuchObjectException Class
NoSuchObjectException Members
Microsoft.MetadirectoryServices Namespace
NoSuchObjectException Class