Share via


Utils.ThrowException(Int32) Método

Definición

Produce una excepción traducida de Visual Basic.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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)

Parámetros

hr
Int32

Identificador de error de Visual Basic.

Comentarios

Esta clase admite el compilador de Visual Basic y no está pensado para usarse directamente desde el código.

Se aplica a