機能の実行onerror()
この機能は,Exception が発生すると起動します.Python
そしてC++
.....onerror()
機能がmsg
パラメータは,例外が起動すると報告されるエラーメッセージです.
function main() {
var arr = []
Log(arr[6].Close) // A program exception is intentionally raised here.
}
function onerror(msg) {
Log("error:", msg)
}
# not supported by python
// not supported by C++
開始する
戦略枠組みとAPI機能