# Copier_ThrowOperation.DeepCopy(ThrowOperation, ThrowOperation, CopyContext)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleanscodegen.orleans.transactions.testkit.copier-throwoperation/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleanscodegen.orleans.transactions.testkit.copier-throwoperation/methods/)

```csharp
public void DeepCopy(ThrowOperation input, ThrowOperation output, CopyContext context)
```

Clones members from `input` and copies them to `output`.

### Parameters

- `input` (`ThrowOperation`): The input.
- `output` (`ThrowOperation`): The output.
- `context` (`CopyContext`): The context.
