This documentation is archived and is not being maintained.

TeamFoundationServiceException::GetObjectData Method

This member has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses this member throws a MethodAccessException.
[SECURITY CRITICAL]

Serialize the extra properties that are stored in this exception class.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

[SecurityCriticalAttribute]
public:
virtual void GetObjectData(
	SerializationInfo^ info, 
	StreamingContext context
) override

Implements

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