事件處理常式
當封裝執行失敗時,啟動事件處理常式。
全封裝任一動作執行失敗
Get ErrorSource, ErrorCode, ErrorDesc, Datetime Insert Into ErrorLog
"INSERT INTO ErrorLog VALUES ('" + @[System::SourceName] +"', '" + (DT_WSTR, 50) @[System::ErrorCode] + "', '" + @[System::ErrorDescription] + "', GETDATE())"Send Error Msg to LINE Notify
Deserialize JSON & Insert Into Table 失敗
Foreach 迴圈容器
檔案系統工作
Last updated