Share via


Utils.ThrowException(Int32) メソッド

定義

Visual Basic のローカライズされた例外をスローします。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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)

パラメーター

hr
Int32

Visual Basic のエラー識別子。

注釈

このクラスは Visual Basic コンパイラをサポートしており、コードから直接使用するためのものではありません。

適用対象