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
- message
Type : System.String
Message d'erreur.
- name
Type : System.String
Nom du paramètre.
- innerException
Type : System.Exception
Exception d'origine ayant provoqué l'exception actuelle.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
InvalidParameterNameException Classe
InvalidParameterNameException, surcharge
Microsoft.TeamFoundation.TestManagement.Client, espace de noms