NoSuchParameterException.NoSuchParameterException Constructor
The NoSuchParameterException.NoSuchParameterException(String) constructor creates an instance of the NoSuchParameterException class with a specified error message.
Syntax
public void NoSuchParameterException(
String parameterName
);
Public Sub NoSuchParameterException( _
ByVal parameterName As String _
)
Parameters
- parameterName
The error message.
Requirements
Product | Microsoft Identity Integration Server 2003 SP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.MetadirectoryServices |
.NET Framework | .NET Framework 2.0 |
See Also
Send comments about this topic to Microsoft
Build date: 2/16/2009