This documentation is archived and is not being maintained.

ExceptionPropertyCollection::Copy Method (ExceptionPropertyCollection)

Copies the properties from the specified collection to this collection.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public:
void Copy(
	ExceptionPropertyCollection^ properties
)

Parameters

properties
Type: Microsoft.TeamFoundation.Common::ExceptionPropertyCollection

A ExceptionPropertyCollection containing the properties to copy into this collection.

Show: