This documentation is archived and is not being maintained.
CorruptBaselineException Constructor (String, Exception)
Visual Studio 2013
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.
- 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: