This documentation is archived and is not being maintained.
TeamFoundationServerInvalidResponseException::GetObjectData Method
Visual Studio 2013
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)
- 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.
Show: