This documentation is archived and is not being maintained.
DuplicateItemsInCheckInRequestException Constructor (SerializationInfo, StreamingContext)
Visual Studio 2013
Initializes a new instance of the DuplicateItemsInCheckInRequestException class with the specified info and context.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
protected:
DuplicateItemsInCheckInRequestException(
SerializationInfo^ info,
StreamingContext context
)
Parameters
- info
- Type: System.Runtime.Serialization::SerializationInfo
The serialization info.
- context
- Type: System.Runtime.Serialization::StreamingContext
The streaming context.
- 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: