The exception that is thrown when an object type that is referenced is not in the schema.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As NoSuchObjectTypeException

Syntax

Visual Basic
Public NotInheritable Class NoSuchObjectTypeException
		Inherits MetadirectoryServicesException
C#
public sealed class NoSuchObjectTypeException : MetadirectoryServicesException
C++
public ref class NoSuchObjectTypeException sealed : public MetadirectoryServicesException
J#
public final class NoSuchObjectTypeException extends MetadirectoryServicesException
JScript
public final class NoSuchObjectTypeException extends MetadirectoryServicesException

Inheritance Hierarchy

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

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