共用方式為


UnexpectedErrorException 建構函式 (String, Exception)

初始化新的 UnexpectedErrorException 執行個體。

命名空間:  Microsoft.TeamFoundation.WorkItemTracking.Client
組件:  Microsoft.TeamFoundation.WorkItemTracking.Client (在 Microsoft.TeamFoundation.WorkItemTracking.Client.dll 中)

語法

'宣告
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public UnexpectedErrorException(
    string message,
    Exception innerException
)

參數

  • message
    類型:System.String
    描述這個例外狀況的訊息。

.NET Framework 安全性

請參閱

參考

UnexpectedErrorException 類別

UnexpectedErrorException 多載

Microsoft.TeamFoundation.WorkItemTracking.Client 命名空間