This documentation is archived and is not being maintained.
VerbatimMessageException::GetObjectData Method
Visual Studio 2013
Initializes a new VerbatimMessageException instance.
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 the exception.
- context
- Type: System.Runtime.Serialization::StreamingContext
The streaming context of the 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: