Construtor AttachmentUploadManagerException (SerializationInfo, StreamingContext)
Inicializa uma nova instância da AttachmentUploadManagerException classe para desserialização.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
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
)
Parâmetros
- info
A SerializationInfo object.
- context
A StreamingContext object.
Consulte também
SerializationInfo
StreamingContext
AttachmentUploadManagerException Sobrecarga
Classe AttachmentUploadManagerException
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo