This documentation is archived and is not being maintained.

CorruptBaselineException Constructor (String, String)

Initializes a new instance of the CorruptBaselineException class.

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

public:
CorruptBaselineException(
	String^ targetLocalItem, 
	String^ additionalInformationMessage
)

Parameters

targetLocalItem
Type: System::String

The target local path of the item.

additionalInformationMessage
Type: System::String

The message that contains additional information about the exception.

Show: