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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。