This documentation is archived and is not being maintained.

CancelException Constructor (Exception)

Initializes a new CancelException instance.

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

public:
CancelException(
	Exception^ cancelledInnerException
)

Parameters

cancelledInnerException
Type: System::Exception

An exception object from which to create a CancelException instance.

Show: