This documentation is archived and is not being maintained.

CannotTakeCheckoutLockInLocalWorkspaceException Constructor (String, Exception)

Initializes a new instance of the CannotTakeCheckoutLockInLocalWorkspaceException class.

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

public:
CannotTakeCheckoutLockInLocalWorkspaceException(
	String^ message, 
	Exception^ ex
)

Parameters

message
Type: System::String

The message associated with the exception.

ex
Type: System::Exception

The error that caused the exception.

Show: