示例#1
0
 protected override void Error_Throw(string msg, Exception innerException)
 {
     DXEventException.Throw(this, msg, innerException);
 }
示例#2
0
 protected override void Error_Report(string msg)
 {
     DXEventException.Report(this, msg);
 }