This documentation is archived and is not being maintained.

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

Initializes a new CheckinException instance.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
CheckinException(
	array<CheckinConflict^>^ conflicts, 
	bool isResolvable, 
	String^ message
)

Parameters

conflicts
Type: array<Microsoft.TeamFoundation.VersionControl.Client::CheckinConflict>

The conflicts that caused this exception.

isResolvable
Type: System::Boolean

True if the conflicts can be resolved; otherwise, false.

message
Type: System::String

A message that states the exception.

Show: