This documentation is archived and is not being maintained.

CorruptBaselineException Constructor (String, Exception)

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, 
	Exception^ innerException
)

Parameters

targetLocalItem
Type: System::String

The target local path of the item.

innerException
Type: System::Exception

The exception instance that caused the current exception.

Show: