C# Class SonarLint.VisualStudio.Progress.Controller.ErrorNotification.VsMessageBoxNotifier

Inheritance: IProgressErrorNotifier
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Méthodes publiques

Méthode Description
VsMessageBoxNotifier ( IServiceProvider serviceProvider, string title, string messageFormat, bool logWholeMessage ) : Microsoft.VisualStudio.Shell

Constructor for VsMessageBoxNotifier

Private Methods

Méthode Description
IProgressErrorNotifier ( Exception ex ) : void

Method Details

VsMessageBoxNotifier() public méthode

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
Résultat Microsoft.VisualStudio.Shell