IVCWizCtlUI.ReportError Method
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)
Syntax
'Declaration
Sub ReportError ( _
bstrErrorMsg As String, _
bConcatExisting As Boolean _
)
void ReportError(
string bstrErrorMsg,
bool bConcatExisting
)
void ReportError(
[InAttribute] String^ bstrErrorMsg,
[InAttribute] bool bConcatExisting
)
abstract ReportError :
bstrErrorMsg:string *
bConcatExisting:bool -> unit
function ReportError(
bstrErrorMsg : String,
bConcatExisting : boolean
)
Parameters
bstrErrorMsg
Type: StringOptional. A string containing the error message to display.
bConcatExisting
Type: BooleanOptional. True to concatenate the error message with an existing message created by SetErrorInfo; otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.