C# Класс SonarLint.VisualStudio.Progress.Controller.ErrorNotification.VsActivityLogNotifier

Наследование: IProgressErrorNotifier
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
VsActivityLogNotifier ( IServiceProvider serviceProvider, string entrySource, string messageFormat, bool logWholeMessage ) : SonarLint.VisualStudio.Progress.Threading

Constructor for VsActivityLogNotifier

Приватные методы

Метод Описание
IProgressErrorNotifier ( Exception ex ) : void

Описание методов

VsActivityLogNotifier() публичный Метод

Constructor for VsActivityLogNotifier
public VsActivityLogNotifier ( IServiceProvider serviceProvider, string entrySource, string messageFormat, bool logWholeMessage ) : SonarLint.VisualStudio.Progress.Threading
serviceProvider IServiceProvider instance. Required.
entrySource string >Required activity log entry source
messageFormat string >Required. Expected to have only one placeholder
logWholeMessage bool Whether to shown the exception message or the whole exception
Результат SonarLint.VisualStudio.Progress.Threading