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: 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.

.NET Framework Security

See Also

Reference

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard Namespace