VCWizCtlClass::ReportError Method (String^, Boolean)
Visual Studio 2015
Displays an error to the user and gives the user the option to correct the error and continue using the wizard.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
public: virtual void ReportError( String^ bstrErrorMsg = "", bool bConcatExisting = false )
Parameters
- bstrErrorMsg
-
Type:
System::String^
Optional. A string containing the error message to display.
- bConcatExisting
-
Type:
System::Boolean
Optional. True to concatenate the error message with an existing message created by SetErrorInfo; otherwise false.
Show: