共用方式為


TemplateException class

包含診斷的 LG 例外狀況。

Extends

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[]

傳回

錯誤或警告的診斷(範圍、訊息、嚴重性、原始程式碼、 程式代碼)。