JScriptException.Severity 属性

定义

获取一个介于 0(最严重)和 4(最不严重)之间的数字,指示错误的严重级别。 0 是默认值。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property int Severity { int get(); };
public int Severity { get; }
member this.Severity : int
Public ReadOnly Property Severity As Integer

属性值

Int32

介于 0 和 4 之间的数字。

实现

适用于

另请参阅