VCWizCtlClass::SetErrorInfo Method (String^, UInt32, UInt32, String^, String^)

 

Sets error text for the specified item.

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

public:
virtual void SetErrorInfo(
	String^ bstrDescription,
	unsigned int ulHRESULT = 0,
	unsigned int dwReserved = 0,
	String^ bstrHelpKeyword = "0",
	String^ bstrSource = "0"
)

Parameters

bstrDescription
Type: System::String^

A string containing a description of the error.

ulHRESULT
Type: System::UInt32

The status code returned by the wizard.

dwReserved
Type: System::UInt32

Reserved.

bstrHelpKeyword
Type: System::String^

The keyword to attach to a help button on the message box

bstrSource
Type: System::String^

A string containing the name of the error source.

Return to top
Show: