JScriptException::IJSVsaError::Number Property

.NET Framework (current version)
 

Gets the HResult code of the error.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

private:
property int Number {
	[PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")]
	virtual int get() sealed = IJSVsaError::Number::get;
}

Property Value

Type: System::Int32

The HResult code of the error.

.NET Framework
Available since 4.0
Return to top
Show: