NoSuchObjectException Class

The exception that is thrown when a nonexistent object is requested.

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

Usage

'Usage
Dim instance As NoSuchObjectException

Syntax

'Declaration
Public NotInheritable Class NoSuchObjectException
    Inherits MetadirectoryServicesException
public sealed class NoSuchObjectException : MetadirectoryServicesException
public ref class NoSuchObjectException sealed : public MetadirectoryServicesException
public final class NoSuchObjectException extends MetadirectoryServicesException
public final class NoSuchObjectException extends MetadirectoryServicesException

Inheritance Hierarchy

System.Object
   System.Exception
     System.ApplicationException
       Microsoft.MetadirectoryServices.MetadirectoryServicesException
        Microsoft.MetadirectoryServices.NoSuchObjectException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

NoSuchObjectException Members
Microsoft.MetadirectoryServices Namespace
MetadirectoryServicesException Class
ReferenceValue
Microsoft.MetadirectoryServices