Utils.ThrowException(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
引发一个本地化的 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 编译器,不应直接从代码使用。