public aceReportException(IRenderExecutionContext context, string message, aceReportExceptionType type = aceReportExceptionType.executeScriptError, Exception innerEx = null) : base(message, innerEx, context, "Reporting:" + type.ToString())
 {
 }
 public aceReportException(IMetaContentNested metaModel, string message, aceReportExceptionType type = aceReportExceptionType.constructMetaModelError, Exception innerEx = null) : base(message, innerEx, metaModel, "Reporting:" + type.ToString())
 {
 }
 public aceReportException(docScript script, string message, aceReportExceptionType type = aceReportExceptionType.composeScriptError, Exception innerEx = null) : base(message, innerEx, script, "Reporting:" + type.ToString())
 {
 }