NoSuchParameterException Class

The exception that is thrown when a requested parameter is not in the schema.

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

Usage

'Usage
Dim instance As NoSuchParameterException

Syntax

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

Inheritance Hierarchy

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

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

NoSuchParameterException Members
Microsoft.MetadirectoryServices Namespace
Microsoft.MetadirectoryServices