protected override void Error_Throw(string msg, Exception innerException) { DXBindingException.Throw(this, msg, innerException); }
protected override void Error_Report(string msg) { DXBindingException.Report(this, msg); }