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

Inheritance: IProgressErrorNotifier
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

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

Constructor for VsMessageBoxNotifier

Private Methods

Method Description
IProgressErrorNotifier ( Exception ex ) : void

Method Details

VsMessageBoxNotifier() public method

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
return Microsoft.VisualStudio.Shell