InvalidParameterNameException Constructor (String, String, Exception)

 

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

public InvalidParameterNameException(
    string message,
    string name,
    Exception innerException
)
public:
InvalidParameterNameException(
    String^ message,
    String^ name,
    Exception^ innerException
)
new : 
        message:string *
        name:string *
        innerException:Exception -> InvalidParameterNameException
Public Sub New (
    message As String,
    name As String,
    innerException As Exception
)

Parameters

  • innerException
    Type: System.Exception

    The original exception that caused the current exception.

See Also

InvalidParameterNameException Overload
InvalidParameterNameException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top