IVCWizCtlUI::ReportError Method (String^, Boolean)

 

Displays an error to the user and gives the user the option to correct the error and continue using the wizard.

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

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.

Return to top
Show: