TemplateException class

包含诊断的 LG 异常。

扩展

Error

构造函数

TemplateException(string, Diagnostic[])

创建 TemplateException 类的新实例。

属性

Error

继承属性

message
name
stack

方法

getDiagnostic()

诊断。

构造函数详细信息

TemplateException(string, Diagnostic[])

创建 TemplateException 类的新实例。

new TemplateException(m: string, diagnostics: Diagnostic[])

参数

m

string

错误信息。

diagnostics

Diagnostic[]

要引发的诊断 列表。

属性详细信息

Error

static Error: ErrorConstructor

属性值

ErrorConstructor

继承属性详细信息

message

message: string

属性值

string

继承自 Error.message

name

name: string

属性值

string

继承自 Error.name 的

stack

stack?: string

属性值

string

继承自 Error.stack

方法详细信息

getDiagnostic()

诊断。

function getDiagnostic(): Diagnostic[]

返回

错误或警告的诊断(范围、消息、严重性、源代码、代码)。