JScriptException::Severity Property

 

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.

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

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

Property Value

Type: System::Int32

A number between 0 and 4.

.NET Framework
Available since 1.1
Return to top
Show: