Share via


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)

Syntax

'Declaration
Public Sub Copy ( _
    properties As ExceptionPropertyCollection _
)
public void Copy(
    ExceptionPropertyCollection properties
)
public:
void Copy(
    ExceptionPropertyCollection^ properties
)
member Copy : 
        properties:ExceptionPropertyCollection -> unit 
public function Copy(
    properties : ExceptionPropertyCollection
)

Parameters

.NET Framework Security

See Also

Reference

ExceptionPropertyCollection Class

Copy Overload

Microsoft.TeamFoundation.Common Namespace