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
'Декларация
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
- properties
Type: Microsoft.TeamFoundation.Common.ExceptionPropertyCollection
A ExceptionPropertyCollection containing the properties to copy into this collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.