This documentation is archived and is not being maintained.
UnsupportedDocumentVersionException::GetObjectData Method
Visual Studio 2013
Gets the object date of this exception.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
[SecurityPermissionAttribute(SecurityAction::Demand, SerializationFormatter = true)] public: virtual void GetObjectData( SerializationInfo^ info, StreamingContext context ) override
Parameters
- info
- Type: System.Runtime.Serialization::SerializationInfo
The serialization information of this exception.
- context
- Type: System.Runtime.Serialization::StreamingContext
The context of this exception.
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: