VsShellUtilities::LogError Method (String^, String^)

Visual Studio 2015
 

Logs the error.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static void LogError(
	String^ source,
	String^ error
)

Parameters

source
Type: System::String^

The source.

error
Type: System::String^

The error.

Return to top
Show: