IVCWizCtlUI.ReportError (Método)

Muestra un error al usuario y le ofrece la posibilidad de corregir el error y seguir usando el asistente.

Espacio de nombres:  Microsoft.VisualStudio.VsWizard
Ensamblado:  Microsoft.VisualStudio.VsWizard (en Microsoft.VisualStudio.VsWizard.dll)

Sintaxis

'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
)

Parámetros

  • bstrErrorMsg
    Tipo: System.String
    Opcional.Cadena que contiene el mensaje de error que se va a mostrar.
  • bConcatExisting
    Tipo: System.Boolean
    Opcional.Es True para concatenar el mensaje de error con un mensaje existente creado por SetErrorInfo; de lo contrario, es false.

Seguridad de .NET Framework

Vea también

Referencia

IVCWizCtlUI Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)