Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.