共用方式為


IVCWizCtlUI.ReportError 方法

向使用者顯示錯誤,並提供選項讓使用者更正錯誤並繼續使用精靈。

命名空間:  Microsoft.VisualStudio.VsWizard
組件:  Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)

語法

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

參數

  • bstrErrorMsg
    型別:System.String
    選擇項。包含要顯示之錯誤訊息的字串。
  • bConcatExisting
    型別:System.Boolean
    選擇項。如果要將錯誤訊息與由 SetErrorInfo 建立的現有訊息串連,則為 True,否則為 false。

.NET Framework 安全性

請參閱

參考

IVCWizCtlUI 介面

Microsoft.VisualStudio.VsWizard 命名空間