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

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

Public Methods

Method Description
VsOutputWindowPaneNotifier ( IServiceProvider serviceProvider, IVsOutputWindowPane pane, bool ensureOutputVisible, string messageFormat, bool logFullException ) : SonarLint.VisualStudio.Progress.Threading

Constructor for VsOutputWindowPaneNotifier

Private Methods

Method Description
IProgressErrorNotifier ( Exception ex ) : void
ShowOutputWindowFrame ( IServiceProvider serviceProvider ) : void

Method Details

VsOutputWindowPaneNotifier() public method

Constructor for VsOutputWindowPaneNotifier
public VsOutputWindowPaneNotifier ( IServiceProvider serviceProvider, IVsOutputWindowPane pane, bool ensureOutputVisible, string messageFormat, bool logFullException ) : SonarLint.VisualStudio.Progress.Threading
serviceProvider IServiceProvider instance. Required.
pane IVsOutputWindowPane The to use
ensureOutputVisible bool Whether to shown and activate the output window
messageFormat string Required. Expected to have only one placeholder
logFullException bool Whether to shown the exception message or the whole exception
return SonarLint.VisualStudio.Progress.Threading