AttachmentUploadManagerException Constructor (String)
Initializes a new instance of the AttachmentUploadManagerException class by using the provided message.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public AttachmentUploadManagerException(
string message
)
public:
AttachmentUploadManagerException(
String^ message
)
new :
message:string -> AttachmentUploadManagerException
Public Sub New (
message As String
)
Parameters
message
Type: System.StringThe error message.
See Also
AttachmentUploadManagerException Overload
AttachmentUploadManagerException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top