Initializes a new instance of the InvalidParameterNameException class.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    message As String, _
    name As String _
)
public InvalidParameterNameException(
    string message,
    string name
)
public:
InvalidParameterNameException(
    String^ message, 
    String^ name
)
new : 
        message:string * 
        name:string -> InvalidParameterNameException
public function InvalidParameterNameException(
    message : String, 
    name : String
)
Parameters
message
Type: StringThe error message.
name
Type: StringThe name of the parameter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
 
See Also
Reference
InvalidParameterNameException Class