Partager via


Utils.ThrowException(Int32) Méthode

Définition

Renvoie une exception Visual Basic localisée.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 static void ThrowException(int hr);
public static void ThrowException (int hr);
static member ThrowException : int -> unit
Public Sub ThrowException (hr As Integer)
Public Shared Sub ThrowException (hr As Integer)

Paramètres

hr
Int32

Identificateur d'erreur Visual Basic.

Remarques

Cette classe prend en charge le compilateur Visual Basic et n’est pas destinée à être utilisée directement à partir de votre code.

S’applique à