Partager via


InvalidParameterNameException, constructeur (String, String, Exception)

Initialise une nouvelle instance de la classe InvalidParameterNameException.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    name As String, _
    innerException As Exception _
)
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 function InvalidParameterNameException(
    message : String, 
    name : String, 
    innerException : Exception
)

Paramètres

  • innerException
    Type : System.Exception
    Exception d'origine ayant provoqué l'exception actuelle.

Sécurité .NET Framework

Voir aussi

Référence

InvalidParameterNameException Classe

InvalidParameterNameException, surcharge

Microsoft.TeamFoundation.TestManagement.Client, espace de noms