NoSuchAttributeInObjectTypeException Class

The exception that is thrown when an attribute that is requested is not a member of the specified object type.

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

Usage

'Usage
Dim instance As NoSuchAttributeInObjectTypeException

Syntax

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

Inheritance Hierarchy

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

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

NoSuchAttributeInObjectTypeException Members
Microsoft.MetadirectoryServices Namespace
MetadirectoryServicesException Class
Microsoft.MetadirectoryServices