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

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

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

Метод Описание
VsMessageBoxNotifier ( IServiceProvider serviceProvider, string title, string messageFormat, bool logWholeMessage ) : Microsoft.VisualStudio.Shell

Constructor for VsMessageBoxNotifier

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

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

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

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

Constructor for VsMessageBoxNotifier
public VsMessageBoxNotifier ( IServiceProvider serviceProvider, string title, string messageFormat, bool logWholeMessage ) : Microsoft.VisualStudio.Shell
serviceProvider IServiceProvider instance. Required.
title string Required message box title
messageFormat string Required. Expected to have only one placeholder
logWholeMessage bool Whether to shown the exception message or the whole exception
Результат Microsoft.VisualStudio.Shell