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

'Declaration
Public Sub New ( _
    message As String _
)
public AttachmentUploadManagerException(
    string message
)
public:
AttachmentUploadManagerException(
    String^ message
)
new : 
        message:string -> AttachmentUploadManagerException
public function AttachmentUploadManagerException(
    message : String
)

Parameters

  • message
    Type: String

    The error message.

.NET Framework Security

See Also

Reference

AttachmentUploadManagerException Class

AttachmentUploadManagerException Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace