This documentation is archived and is not being maintained.

CancelException Constructor (String, Exception)

Initializes a new CancelException instance.

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

public:
CancelException(
	String^ message, 
	Exception^ cancelledInnerException
)

Parameters

message
Type: System::String

Describes the exception.

cancelledInnerException
Type: System::Exception

An exception object from which to create a CancelException instance.

Show: