# Copier_WrappedException Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleanscodegen.orleans.runtime.copier-wrappedexception/)

## DeepCopy(WrappedException, WrappedException, CopyContext) {#deepcopy-orleans-runtime-wrappedexception-orleans-runtime-wrappedexception-orlea-8ade7023}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleanscodegen.orleans.runtime.copier-wrappedexception/methods/deepcopy-orleans-runtime-wrappedexception-orleans-runtime-wrappedexception-orlea-8ade7023/)

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

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

### Parameters

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