This documentation is archived and is not being maintained.
TeamFoundationServiceException::GetObjectData Method
Visual Studio 2013
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.
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
_Exception::GetObjectData(SerializationInfo, StreamingContext)
[SECURITY CRITICAL]
Namespace:
Microsoft.TeamFoundation.Framework.ServerSerialize the extra properties that are stored in this exception class.
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
[SecurityCriticalAttribute] public: virtual void GetObjectData( SerializationInfo^ info, StreamingContext context ) override
Parameters
- context
- Type: System.Runtime.Serialization::StreamingContext
Implements
ISerializable::GetObjectData(SerializationInfo, StreamingContext)_Exception::GetObjectData(SerializationInfo, StreamingContext)
Show: