TestManagementException.ErrorCode, propriété
Obtient ou définit le code d'erreur.
Espace de noms : Microsoft.TeamFoundation.TestManagement.Client
Assembly : Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Déclaration
Public Property ErrorCode As TestManagementErrorCodes
Get
Friend Set
public TestManagementErrorCodes ErrorCode { get; internal set; }
public:
property TestManagementErrorCodes ErrorCode {
TestManagementErrorCodes get ();
internal: void set (TestManagementErrorCodes value);
}
member ErrorCode : TestManagementErrorCodes with get, internal set
function get ErrorCode () : TestManagementErrorCodes
internal function set ErrorCode (value : TestManagementErrorCodes)
Valeur de propriété
Type : Microsoft.TeamFoundation.TestManagement.Common.TestManagementErrorCodes
Code d'erreur.
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
TestManagementException Classe
Microsoft.TeamFoundation.TestManagement.Client, espace de noms