IVCProjectEngineEvents::ReportError Method (String^, Int32, String^)
Visual Studio 2015
Sends an error message to the user interface.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
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.
Show: