Partager via


NoSuchParameterException Constructor (String, Exception)

Creates an instance of the NoSuchParameterException class with the specified error message and an inner exception.

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

Usage

'Usage
Dim description As String
Dim innerException As Exception

Dim instance As New NoSuchParameterException(description, innerException)

Syntax

'Declaration
Public Sub New ( _
    description As String, _
    innerException As Exception _
)
public NoSuchParameterException (
    string description,
    Exception innerException
)
public:
NoSuchParameterException (
    String^ description, 
    Exception^ innerException
)
public NoSuchParameterException (
    String description, 
    Exception innerException
)
public function NoSuchParameterException (
    description : String, 
    innerException : Exception
)

Parameters

  • description
     
  • innerException
     

Platforms

Target Platforms

See Also

Reference

NoSuchParameterException Class
NoSuchParameterException Members
Microsoft.MetadirectoryServices Namespace
NoSuchParameterException Class