Поделиться через


VCWizCtlClass.ReportError - метод

Displays an error to the user and gives the user the option to correct the error and continue using the wizard.

Пространство имен:  Microsoft.VisualStudio.VsWizard
Сборка:  Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)

Синтаксис

'Декларация
Public Overridable Sub ReportError ( _
    bstrErrorMsg As String, _
    bConcatExisting As Boolean _
)
'Применение
Dim instance As VCWizCtlClass
Dim bstrErrorMsg As String
Dim bConcatExisting As Boolean

instance.ReportError(bstrErrorMsg, bConcatExisting)
public virtual void ReportError(
    string bstrErrorMsg,
    bool bConcatExisting
)
public:
virtual void ReportError(
    [InAttribute] String^ bstrErrorMsg, 
    [InAttribute] bool bConcatExisting
)
public function ReportError(
    bstrErrorMsg : String, 
    bConcatExisting : boolean
)

Параметры

  • bstrErrorMsg
    Тип: System.String

    Optional. A string containing the error message to display.

  • bConcatExisting
    Тип: System.Boolean

    Optional. True to concatenate the error message with an existing message created by SetErrorInfo; otherwise false.

Реализации

IVCWizCtlUI.ReportError(String, Boolean)

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

VCWizCtlClass Класс

VCWizCtlClass - члены

Microsoft.VisualStudio.VsWizard - пространство имен