This documentation is archived and is not being maintained.

TeamFoundationServerInvalidResponseException::GetObjectData Method

Gets data about the exception.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

[SecurityPermissionAttribute(SecurityAction::Demand, SerializationFormatter = true)]
public:
virtual void GetObjectData(
	SerializationInfo^ info, 
	StreamingContext context
) override

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo

The object that contains the serialized data.

context
Type: System.Runtime.Serialization::StreamingContext

The context information about the source or destination of the serialized data.

Implements

ISerializable::GetObjectData(SerializationInfo, StreamingContext)
_Exception::GetObjectData(SerializationInfo, StreamingContext)

Show: