Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
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
- 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.