PcwException 建構函式 (String, String, String)
使用指定的錯誤訊息,初始化 PcwException 類別的新執行個體。
命名空間: Microsoft.TeamFoundation.Client
組件: Microsoft.VisualStudio.TeamFoundation.Client (在 Microsoft.VisualStudio.TeamFoundation.Client.dll 中)
語法
'宣告
Public Sub New ( _
error As String, _
explanation As String, _
userAction As String _
)
public PcwException(
string error,
string explanation,
string userAction
)
參數
- error
型別:System.String
錯誤的標題。
- explanation
型別:System.String
錯誤的說明。
- userAction
型別:System.String
使用者必須採取解決錯誤的動作。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。