Creates an instance of the
NoSuchParameterException
class with a specified error message.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
parameterName As String _
)
|
C# |
public NoSuchParameterException (
string parameterName
)
|
C++ |
public:
NoSuchParameterException (
String^ parameterName
)
|
J# |
public NoSuchParameterException (
String parameterName
)
|
JScript |
public function NoSuchParameterException (
parameterName : String
)
|
Parameters
- parameterName
-
The error message.
Platforms
Target Platforms
See Also