This documentation is archived and is not being maintained.

ExceptionPropertyCollection::Copy Method (ExceptionPropertyCollection, Boolean)

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, 
	bool replace
)

Parameters

properties
Type: Microsoft.TeamFoundation.Common::ExceptionPropertyCollection

A ExceptionPropertyCollection containing the properties to copy into this collection.

replace
Type: System::Boolean

True to replace properties that exist in this collection with the properties being copied if there is a conflict; otherwise, false to keep the properties in this collection regardless of conflict.

Show: