Utils.ThrowException(Int32) Método

Definición

Produce una excepción de Visual Basic localizada.

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 Visual Basic.

Comentarios

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

Se aplica a