NoSuchParameterException Constructor (String)
Creates an instance of the NoSuchParameterException class with a specified error message.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim parameterName As String
Dim instance As New NoSuchParameterException(parameterName)
Syntax
'Declaration
Public Sub New ( _
parameterName As String _
)
public NoSuchParameterException (
string parameterName
)
public:
NoSuchParameterException (
String^ parameterName
)
public NoSuchParameterException (
String parameterName
)
public function NoSuchParameterException (
parameterName : String
)
Parameters
- parameterName
The error message.
Platforms
Target Platforms
See Also
Reference
NoSuchParameterException Class
NoSuchParameterException Members
Microsoft.MetadirectoryServices Namespace
NoSuchParameterException Class