This documentation is archived and is not being maintained.

CannotMergeDestroyedFileException Constructor (String, Exception)

Encapsulates a message string and exception object into a CannotMergeDestroyedFileException.

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

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

Parameters

message
Type: System::String

A message that describes the exception.

ex
Type: System::Exception

The exception that caused this exception.

Show: