Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringOptional. A string containing the error message to display.
bConcatExisting
Type: System.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.