コード例 #1
0
 private void Error(string msg, Exception exc = null)
 {
     //added 2018-03-28 to protect against crash
     msg += " | Type=" + typeof(TControl).ToString();
     CKernelTerminal.ErrorStatic(msg, exc);
 }
コード例 #2
0
 public void Error(string msg, Exception e = null)
 {
     CKernelTerminal.ErrorStatic(msg, e);
     //_alarmer.Error(msg, e);
 }