JScriptException::Severity Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets a number between 0 (most severe) and 4 (least severe) that indicates the severity of the error. 0 is the default.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
public: property int Severity { [PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")] virtual int get() sealed; }
Implements
IJSVsaError::Severity
.NET Framework
Available since 1.1
Available since 1.1
Show: