AttachmentUploadManagerException Constructor (SerializationInfo, StreamingContext)

 

Initializes a new instance of the AttachmentUploadManagerException class for deserialization.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

protected AttachmentUploadManagerException(
    SerializationInfo info,
    StreamingContext context
)
protected:
AttachmentUploadManagerException(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> AttachmentUploadManagerException
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameters

See Also

SerializationInfo
StreamingContext
AttachmentUploadManagerException Overload
AttachmentUploadManagerException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top