示例#1
0
 /// <summary>
 /// Initialise the ExceptionReporter
 /// </summary>
 public ExceptionReporter()
 {
     _reportInfo = new ExceptionReportInfo
     {
         AppAssembly = Assembly.GetCallingAssembly()
     };
     ViewMaker = new ViewMaker(_reportInfo);
 }
 /// <summary>
 /// Initialise the ExceptionReporter
 /// </summary>
 public ExceptionReporter()
 {
     _info     = new ExceptionReportInfo();
     ViewMaker = new ViewMaker(_info);
 }