IVCProjectEngineEvents::ReportError Method (String^, Int32, String^)

 

Sends an error message to the user interface.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

void ReportError(
	String^ ErrMsg,
	int hr,
	String^ HelpKeyword
)

Parameters

ErrMsg
Type: System::String^

Required. The error msg.

hr
Type: System::Int32

Required. The error code.

HelpKeyword
Type: System::String^

Required. The help keyword.

The ReportError method advises the Visual Studio integrated development environment (IDE) that it must handle an error.

Return to top
Show: