Utils.ThrowException(Int32) Metodo

Definizione

Genera un'eccezione Visual Basic localizzata.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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)

Parametri

hr
Int32

Identificatore di errore Visual Basic.

Commenti

Questa classe supporta il compilatore Visual Basic e non deve essere usata direttamente dal codice.

Si applica a