Пример #1
0
 public ExceptionContext(UIDispatcher uiDispatcher, IClassificationFormatMap classificationFormatMap, ITextElementProvider textElementProvider, DbgExceptionSettingsService exceptionSettingsService, DbgExceptionFormatterService exceptionFormatterService, SearchMatcher searchMatcher, ExceptionFormatter formatter)
 {
     UIDispatcher                  = uiDispatcher;
     ClassificationFormatMap       = classificationFormatMap;
     TextElementProvider           = textElementProvider;
     TextClassifierTextColorWriter = new DbgTextClassifierTextColorWriter();
     ExceptionSettingsService      = exceptionSettingsService;
     ExceptionFormatterService     = exceptionFormatterService;
     SearchMatcher                 = searchMatcher;
     Formatter = formatter;
 }
Пример #2
0
 public ExceptionFormatter Create() => ExceptionFormatter.Create_DONT_USE();