JScriptException.IJSVsaError.Number Property

Definition

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

Property Value

The HResult code of the error.

Implements

Applies to

See also