TemplateException class
包含診斷的 LG 例外狀況。
- Extends
-
Error
建構函式
Template |
建立 TemplateException 類別的新實例。 |
屬性
Error |
繼承的屬性
message | |
name | |
stack |
方法
get |
診斷。 |
建構函式詳細資料
TemplateException(string, Diagnostic[])
建立 TemplateException 類別的新實例。
new TemplateException(m: string, diagnostics: Diagnostic[])
參數
- m
-
string
錯誤資訊。
- diagnostics
要擲回 診斷 清單。
屬性詳細資料
Error
static Error: ErrorConstructor
屬性值
ErrorConstructor
繼承的屬性詳細資料
message
message: string
屬性值
string
繼承自 Error.message
name
name: string
屬性值
string
繼承自 Error.name
stack
stack?: string
屬性值
string
繼承自 Error.stack