JScriptException.IJSVsaError.Number 属性

定义

获取错误的 HResult 代码。Gets the HResult code of the error.

property int Microsoft::JScript::Vsa::IJSVsaError::Number { int get(); };
int Microsoft.JScript.Vsa.IJSVsaError.Number { get; }
member this.Microsoft.JScript.Vsa.IJSVsaError.Number : int
 ReadOnly Property Number As Integer Implements IJSVsaError.Number

属性值

Int32

错误的 HResult 代码。The HResult code of the error.

实现

适用于

另请参阅