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