AttachmentUploadManagerException 构造函数 (String, Exception)

使用提供的消息和内部异常初始化 AttachmentUploadManagerException 类的新实例。

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

语法

声明
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public AttachmentUploadManagerException(
    string message,
    Exception innerException
)
public:
AttachmentUploadManagerException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> AttachmentUploadManagerException
public function AttachmentUploadManagerException(
    message : String, 
    innerException : Exception
)

参数

  • message
    类型:String

    错误消息。

  • innerException
    类型:Exception

    导致此异常的异常。

.NET Framework 安全性

请参阅

参考

AttachmentUploadManagerException 类

AttachmentUploadManagerException 重载

Microsoft.TeamFoundation.TestManagement.Client 命名空间