# Copier_ThrowOperation.DeepCopy(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 ThrowOperation DeepCopy(ThrowOperation original, CopyContext context)
```

Creates a deep copy of the provided input.

### Parameters

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

### Returns

A copy of `input`.
