This documentation is archived and is not being maintained.
CheckinException Constructor (array<CheckinConflict>, Boolean, Boolean, String)
Visual Studio 2013
Creates a CheckinException from the provided parameters.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: CheckinException( array<CheckinConflict^>^ conflicts, bool isResolvable, bool allConflictsResolved, String^ message )
Parameters
- conflicts
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::CheckinConflict>
The conflicts from the checkin.
- isResolvable
- Type: System::Boolean
True if there are resolvable conflicts from the checkin.
- allConflictsResolved
- Type: System::Boolean
True if all resolvable conflicts have been auto resolved.
- message
- Type: System::String
The error message for the exception.
- 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: