TeamFoundationServiceException 构造函数 (String, Exception)

初始化引发此异常引发与指定的错误消息的异常和内部异常。

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public TeamFoundationServiceException(
    string message,
    Exception innerException
)

参数

  • message
    类型:System.String
    指定该错误的一个可读的消息。

.NET Framework 安全性

请参阅

参考

TeamFoundationServiceException 类

TeamFoundationServiceException 重载

Microsoft.TeamFoundation.Framework.Server 命名空间