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
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected AttachmentUploadManagerException(
SerializationInfo info,
StreamingContext context
)
protected:
AttachmentUploadManagerException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> AttachmentUploadManagerException
protected function AttachmentUploadManagerException(
info : SerializationInfo,
context : StreamingContext
)
Parameters
- info
Type: System.Runtime.Serialization.SerializationInfo
A SerializationInfo object.
- context
Type: System.Runtime.Serialization.StreamingContext
A StreamingContext object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AttachmentUploadManagerException Class
AttachmentUploadManagerException Overload