ComUtils.ThrowOnFailure, méthode (Int32, array<Int32 )
Espace de noms : Microsoft.TeamFoundation.Common.Internal
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Shared Function ThrowOnFailure ( _
hr As Integer, _
ParamArray expectedHRFailure As Integer() _
) As Integer
public static int ThrowOnFailure(
int hr,
params int[] expectedHRFailure
)
Paramètres
- hr
Type : System.Int32
- expectedHRFailure
Type : array<System.Int32[]
Valeur de retour
Type : System.Int32
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.