This documentation is archived and is not being maintained.
CannotBranchDestroyedContentException Constructor (SerializationInfo, StreamingContext)
Visual Studio 2013
Initializes a new instance of the CannotBranchDestroyedContentException class.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
protected:
CannotBranchDestroyedContentException(
SerializationInfo^ info,
StreamingContext context
)
Parameters
- info
- Type: System.Runtime.Serialization::SerializationInfo
A SerializationInfo object that contains the information required to serialize the new CannotBranchDestroyedContentException instance.
- context
- Type: System.Runtime.Serialization::StreamingContext
A StreamingContext object that contains the source and destination of the serialized stream associated with the CannotBranchDestroyedContentException instance.
- 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: