This documentation is archived and is not being maintained.

CheckinException Constructor (array<CheckinConflict>, Boolean, Boolean, String)

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.

Show: